Html Css Color HEX #D2E9DD White Ice

📋 copy color: '#D2E9DD'

red 210 ◦ green 233 ◦ blue 221

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

Shades of White Ice #D2E9DD

Tints of White Ice #D2E9DD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.09%

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

R = 31.63%
G = 35.09%
B = 33.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#D2E9DD (or 0xD2E9DD) is known color: White Ice. HEX triplet: D2, E9 and DD. RGB value is (210,233,221). Sum of RGB (Red+Green+Blue) = 210+233+221=664 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.63% from 664); Green value is 233 (91.41% from 255 or 35.09% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E9DD is #2D1622. Grayscale: #E0E0E0. Windows color (decimal): -2954787 or 14543314. OLE color: 14543314.

HSL color Cylindrical-coordinate representation of color #D2E9DD: hue angle of 148.7º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2E9DD is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 210 233 221 -
CMYK 0.10 0 0.05 0.09
HSL 148.7º 0.34% 0.87% -
HSV(B) 148.7º 0.1% 0.91% -
XYZ 68.77 77.2 79.68 -
YUV 224.76 125.88 117.48 -
System Red Green Blue C M Y K H S L
Decimal 210 233 221 0.10 0 0.05 0.09 148.7 0.34 0.87
Hex D2 E9 DD A 0 5 9 95 22 57
Octal 322 351 335 12 0 5 11 225 42 127
Binary 11010010 11101001 11011101 1010 0 101 1001 10010101 100010 1010111

Color Harmonies of #D2E9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E9DD

Black with #D2E9DD

Text Example


Text Example

White with #D2E9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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