Html Css Color HEX #D2E7DE White Ice

📋 copy color: '#D2E7DE'

red 210 ◦ green 231 ◦ blue 222

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

Shades of White Ice #D2E7DE

Tints of White Ice #D2E7DE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.84%

 BLUE value IS 222 (87.11% from 255) = 33.48%

R = 31.67%
G = 34.84%
B = 33.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#D2E7DE (or 0xD2E7DE) is known color: White Ice. HEX triplet: D2, E7 and DE. RGB value is (210,231,222). Sum of RGB (Red+Green+Blue) = 210+231+222=663 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.67% from 663); Green value is 231 (90.62% from 255 or 34.84% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E7DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E7DE is #2D1821. Grayscale: #DFDFDF. Windows color (decimal): -2955298 or 14608338. OLE color: 14608338.

HSL color Cylindrical-coordinate representation of color #D2E7DE: hue angle of 154.29º degrees, saturation: 0.3, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2E7DE is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 210 231 222 -
CMYK 0.09 0 0.04 0.09
HSL 154.29º 0.3% 0.86% -
HSV(B) 154.29º 0.09% 0.91% -
XYZ 68.34 76.13 80.2 -
YUV 223.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 210 231 222 0.09 0 0.04 0.09 154.29 0.3 0.86
Hex D2 E7 DE 9 0 4 9 9A 1E 56
Octal 322 347 336 11 0 4 11 232 36 126
Binary 11010010 11100111 11011110 1001 0 100 1001 10011010 11110 1010110

Color Harmonies of #D2E7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E7DE

Black with #D2E7DE

Text Example


Text Example

White with #D2E7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E7DE; }

 p { color: rgb(210,231,222); }

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

background-color css

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

 a { background-color: rgb(210,231,222); }

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

border-color css

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

 span { border-color: rgb(210,231,222); }

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