Html Css Color HEX #DDECE5 White Ice

📋 copy color: '#DDECE5'

red 221 ◦ green 236 ◦ blue 229

#DDECE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of White Ice #DDECE5

Tints of White Ice #DDECE5

RGB

 RED value IS 221 (86.72% from 255) = 32.22%

 GREEN value IS 236 (92.58% from 255) = 34.4%

 BLUE value IS 229 (89.84% from 255) = 33.38%

R = 32.22%
G = 34.4%
B = 33.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDECE5 (or 0xDDECE5) is known color: White Ice. HEX triplet: DD, EC and E5. RGB value is (221,236,229). Sum of RGB (Red+Green+Blue) = 221+236+229=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECE5 is #22131A. Grayscale: #E6E6E6. Windows color (decimal): -2233115 or 15068381. OLE color: 15068381.

HSL color Cylindrical-coordinate representation of color #DDECE5: hue angle of 152º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDECE5 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 236 229 -
CMYK 0.06 0 0.03 0.07
HSL 152º 0.28% 0.9% -
HSV(B) 152º 0.06% 0.93% -
XYZ 73.96 81.02 85.87 -
YUV 230.72 127.03 121.07 -
System Red Green Blue C M Y K H S L
Decimal 221 236 229 0.06 0 0.03 0.07 152 0.28 0.9
Hex DD EC E5 6 0 3 7 98 1C 5A
Octal 335 354 345 6 0 3 7 230 34 132
Binary 11011101 11101100 11100101 110 0 11 111 10011000 11100 1011010

Color Harmonies of #DDECE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDECE5

Black with #DDECE5

Text Example


Text Example

White with #DDECE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDECE5; }

 p { color: rgb(221,236,229); }

 H1.HeaderClassName
 {
   color: #DDECE5;
 }
 .AnyTagClassName
 {
   color: #DDECE5;
 }
</style>

background-color css

<style>
 a { background-color: #DDECE5; }

 a { background-color: rgb(221,236,229); }

 div.DivClassName
 {
   background-color: #DDECE5;
 }
 .BgClassName
 {
   background-color: #DDECE5;
 }
</style>

border-color css

<style>
 span { border-color: #DDECE5; }

 span { border-color: rgb(221,236,229); }

 td.TdClassName
 {
   border-color: #DDECE5;
 }
 .TagClassName
 {
   border-color: #DDECE5;
 }
</style>