Html Css Color HEX #D2EFDF White Ice

📋 copy color: '#D2EFDF'

red 210 ◦ green 239 ◦ blue 223

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

Shades of White Ice #D2EFDF

Tints of White Ice #D2EFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.18%

R = 31.25%
G = 35.57%
B = 33.18%

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

#D2EFDF (or 0xD2EFDF) is known color: White Ice. HEX triplet: D2, EF and DF. RGB value is (210,239,223). Sum of RGB (Red+Green+Blue) = 210+239+223=672 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.25% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EFDF is #2D1020. Grayscale: #E4E4E4. Windows color (decimal): -2953249 or 14675922. OLE color: 14675922.

HSL color Cylindrical-coordinate representation of color #D2EFDF: hue angle of 146.9º 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 #D2EFDF is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 239 223 -
CMYK 0.12 0 0.07 0.06
HSL 146.9º 0.48% 0.88% -
HSV(B) 146.9º 0.12% 0.94% -
XYZ 70.76 80.76 81.67 -
YUV 228.51 124.89 114.8 -
System Red Green Blue C M Y K H S L
Decimal 210 239 223 0.12 0 0.07 0.06 146.9 0.48 0.88
Hex D2 EF DF C 0 7 6 93 30 58
Octal 322 357 337 14 0 7 6 223 60 130
Binary 11010010 11101111 11011111 1100 0 111 110 10010011 110000 1011000

Color Harmonies of #D2EFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EFDF

Black with #D2EFDF

Text Example


Text Example

White with #D2EFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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