Html Css Color HEX #D2EDDD White Ice

📋 copy color: '#D2EDDD'

red 210 ◦ green 237 ◦ blue 221

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

Shades of White Ice #D2EDDD

Tints of White Ice #D2EDDD

RGB

 RED value IS 210 (82.42% from 255) = 31.44%

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

 BLUE value IS 221 (86.72% from 255) = 33.08%

R = 31.44%
G = 35.48%
B = 33.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#D2EDDD (or 0xD2EDDD) is known color: White Ice. HEX triplet: D2, ED and DD. RGB value is (210,237,221). Sum of RGB (Red+Green+Blue) = 210+237+221=668 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.44% from 668); Green value is 237 (92.97% from 255 or 35.48% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EDDD is #2D1222. Grayscale: #E3E3E3. Windows color (decimal): -2953763 or 14544338. OLE color: 14544338.

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

Color convert

RGB 210 237 221 -
CMYK 0.11 0 0.07 0.07
HSL 144.44º 0.43% 0.88% -
HSV(B) 144.44º 0.11% 0.93% -
XYZ 69.91 79.49 80.06 -
YUV 227.1 124.55 115.8 -
System Red Green Blue C M Y K H S L
Decimal 210 237 221 0.11 0 0.07 0.07 144.44 0.43 0.88
Hex D2 ED DD B 0 7 7 90 2B 58
Octal 322 355 335 13 0 7 7 220 53 130
Binary 11010010 11101101 11011101 1011 0 111 111 10010000 101011 1011000

Color Harmonies of #D2EDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EDDD

Black with #D2EDDD

Text Example


Text Example

White with #D2EDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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