Color Hex Logo

#ddebed Color Hex

#DDEBED
(221,235,237)
0 Favorites   0 Comments

Color spaces of #ddebed

RGB 221235237
HSL0.520.310.90
HSV188°93°
CMYK 0.070.010.00   0.07
XYZ74.813280.903291.7936
Yxy80.90320.30230.3269
Hunter Lab89.9462-8.93762.4546
CIE-Lab92.0886-4.2451-2.5761

#ddebed color RGB value is (221,235,237).

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

The process color (four color CMYK) of #ddebed color hex is 0.07, 0.01, 0.00, 0.07. Web safe color of #ddebed is #ccffff. Color #ddebed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 11101101
Octal 335 353 355
Decimal 221 235 237
Hex DD EB ED

RGB Percentages of Color #ddebed

%31.89
%33.91
%34.20

CMYK Percentages of Color #ddebed

%7
%1
%0
%7

Triadic Colors of #ddebed

#ddebed #edddeb #ebeddd

Analogous Colors of #ddebed

#ddebed #dde3ed #ddede7

Monochromatic Colors of #ddebed

#ddebed

Complementary Color

#ddebed #eddfdd

#ddebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddebed Color CSS Codes

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

#ddebed Text Font Color

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

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


#ddebed Background Color

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

This div background color is #ddebed


#ddebed Border Color

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

This div border color is #ddebed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddebed


Comments

No comments written yet.

Please login to write comment.