Color Hex Logo

#ddebdb Color Hex

#DDEBDB
(221,235,219)
0 Favorites   0 Comments

Color spaces of #ddebdb

RGB 221235219
HSL0.310.290.89
HSV113°92°
CMYK 0.060.000.07   0.08
XYZ72.313379.903378.6294
Yxy79.90330.31330.3461
Hunter Lab89.3886-12.027910.4185
CIE-Lab91.6415-7.51826.1546

#ddebdb color RGB value is (221,235,219).

#ddebdb hex color red value is 221, green value is 235 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ddebdb hue: 0.31 , saturation: 0.29 and the lightness value of ddebdb is 0.89.

The process color (four color CMYK) of #ddebdb color hex is 0.06, 0.00, 0.07, 0.08. Web safe color of #ddebdb is #ccffcc. Color #ddebdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 11011011
Octal 335 353 333
Decimal 221 235 219
Hex DD EB DB

RGB Percentages of Color #ddebdb

%32.74
%34.81
%32.44

CMYK Percentages of Color #ddebdb

%6
%0
%7
%8

Triadic Colors of #ddebdb

#ddebdb #dbddeb #ebdbdd

Analogous Colors of #ddebdb

#ddebdb #dbebe1 #e5ebdb

Monochromatic Colors of #ddebdb

#ddebdb

Complementary Color

#ddebdb #e9dbeb

#ddebdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddebdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddebdb Color CSS Codes

.mybgcolor {background-color:#ddebdb; } 
.myforecolor {color:#ddebdb; }
.mybordercolor {border:3px solid #ddebdb; }

#ddebdb Text Font Color

<p style="color:#ddebdb">Text here</p>

This sample text font color is #ddebdb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddebdb Background Color

<div style="background-color:#ddebdb">
Div content here</div>

This div background color is #ddebdb


#ddebdb Border Color

<div style="border:3px solid #ddebdb">
Div here</div>

This div border color is #ddebdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,235,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddebdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddebdb;
  -webkit-box-shadow: 1px 1px 3px 2px #ddebdb;
  box-shadow:         1px 1px 3px 2px #ddebdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,235,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddebdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddebdb;
  -webkit-box-shadow: 1px 1px 3px 2px #ddebdb;
  box-shadow:         1px 1px 3px 2px #ddebdb;">
Div content here</div>

This div box has shadow with color #ddebdb


Comments

No comments written yet.

Please login to write comment.