Html Css Color HEX #D2EFDE White Ice

📋 copy color: '#D2EFDE'

red 210 ◦ green 239 ◦ blue 222

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

Shades of White Ice #D2EFDE

Tints of White Ice #D2EFDE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.62%

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

R = 31.3%
G = 35.62%
B = 33.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#D2EFDE (or 0xD2EFDE) is known color: White Ice. HEX triplet: D2, EF and DE. RGB value is (210,239,222). Sum of RGB (Red+Green+Blue) = 210+239+222=671 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.30% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EFDE is #2D1021. Grayscale: #E4E4E4. Windows color (decimal): -2953250 or 14610386. OLE color: 14610386.

HSL color Cylindrical-coordinate representation of color #D2EFDE: hue angle of 144.83º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2EFDE is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 239 222 -
CMYK 0.12 0 0.07 0.06
HSL 144.83º 0.48% 0.88% -
HSV(B) 144.83º 0.12% 0.94% -
XYZ 70.63 80.71 80.96 -
YUV 228.39 124.39 114.88 -
System Red Green Blue C M Y K H S L
Decimal 210 239 222 0.12 0 0.07 0.06 144.83 0.48 0.88
Hex D2 EF DE C 0 7 6 91 30 58
Octal 322 357 336 14 0 7 6 221 60 130
Binary 11010010 11101111 11011110 1100 0 111 110 10010001 110000 1011000

Color Harmonies of #D2EFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EFDE

Black with #D2EFDE

Text Example


Text Example

White with #D2EFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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