Color Hex Logo

#ddebf7 Color Hex

#DDEBF7
(221,235,247)
1 Favorites   0 Comments

Color spaces of #ddebf7

RGB 221235247
HSL0.580.620.92
HSV208°11°97°
CMYK 0.110.050.00   0.03
XYZ76.315681.504299.7053
Yxy81.50420.29630.3165
Hunter Lab90.2797-7.0991-2.2844
CIE-Lab92.3556-2.3261-7.3950

#ddebf7 color RGB value is (221,235,247).

#ddebf7 hex color red value is 221, green value is 235 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #ddebf7 hue: 0.58 , saturation: 0.62 and the lightness value of ddebf7 is 0.92.

The process color (four color CMYK) of #ddebf7 color hex is 0.11, 0.05, 0.00, 0.03. Web safe color of #ddebf7 is #ccffff. Color #ddebf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 11110111
Octal 335 353 367
Decimal 221 235 247
Hex DD EB F7

RGB Percentages of Color #ddebf7

%31.44
%33.43
%35.14

CMYK Percentages of Color #ddebf7

%11
%5
%0
%3

Triadic Colors of #ddebf7

#ddebf7 #f7ddeb #ebf7dd

Analogous Colors of #ddebf7

#ddebf7 #dddef7 #ddf7f6

Monochromatic Colors of #ddebf7

#ddebf7

Complementary Color

#ddebf7 #f7e9dd

#ddebf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddebf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddebf7 Color CSS Codes

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

#ddebf7 Text Font Color

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

This sample text font color is #ddebf7
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.


#ddebf7 Background Color

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

This div background color is #ddebf7


#ddebf7 Border Color

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

This div border color is #ddebf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddebf7

#ddebf7 Color Palettes


Comments

No comments written yet.

Please login to write comment.