Html Css Color HEX #DDEDE5 White Ice

📋 copy color: '#DDEDE5'

red 221 ◦ green 237 ◦ blue 229

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

Shades of White Ice #DDEDE5

Tints of White Ice #DDEDE5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.5%

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

R = 32.17%
G = 34.5%
B = 33.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#DDEDE5 (or 0xDDEDE5) is known color: White Ice. HEX triplet: DD, ED and E5. RGB value is (221,237,229). Sum of RGB (Red+Green+Blue) = 221+237+229=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDE5 is #22121A. Grayscale: #E7E7E7. Windows color (decimal): -2232859 or 15068637. OLE color: 15068637.

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

Color convert

RGB 221 237 229 -
CMYK 0.07 0 0.03 0.07
HSL 150º 0.31% 0.9% -
HSV(B) 150º 0.07% 0.93% -
XYZ 74.25 81.6 85.97 -
YUV 231.3 126.7 120.65 -
System Red Green Blue C M Y K H S L
Decimal 221 237 229 0.07 0 0.03 0.07 150 0.31 0.9
Hex DD ED E5 7 0 3 7 96 1F 5A
Octal 335 355 345 7 0 3 7 226 37 132
Binary 11011101 11101101 11100101 111 0 11 111 10010110 11111 1011010

Color Harmonies of #DDEDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEDE5

Black with #DDEDE5

Text Example


Text Example

White with #DDEDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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