Html Css Color HEX #D2F2E4 White Ice

📋 copy color: '#D2F2E4'

red 210 ◦ green 242 ◦ blue 228

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

Shades of White Ice #D2F2E4

Tints of White Ice #D2F2E4

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.59%

 BLUE value IS 228 (89.45% from 255) = 33.53%

R = 30.88%
G = 35.59%
B = 33.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#D2F2E4 (or 0xD2F2E4) is known color: White Ice. HEX triplet: D2, F2 and E4. RGB value is (210,242,228). Sum of RGB (Red+Green+Blue) = 210+242+228=680 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.88% from 680); Green value is 242 (94.92% from 255 or 35.59% from 680); Blue value is 228 (89.45% from 255 or 33.53% from 680); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F2E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F2E4 is #2D0D1B. Grayscale: #E6E6E6. Windows color (decimal): -2952476 or 15004370. OLE color: 15004370.

HSL color Cylindrical-coordinate representation of color #D2F2E4: hue angle of 153.75º degrees, saturation: 0.55, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2F2E4 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 242 228 -
CMYK 0.13 0 0.06 0.05
HSL 153.75º 0.55% 0.89% -
HSV(B) 153.75º 0.13% 0.95% -
XYZ 72.33 82.81 85.57 -
YUV 230.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 210 242 228 0.13 0 0.06 0.05 153.75 0.55 0.89
Hex D2 F2 E4 D 0 6 5 9A 37 59
Octal 322 362 344 15 0 6 5 232 67 131
Binary 11010010 11110010 11100100 1101 0 110 101 10011010 110111 1011001

Color Harmonies of #D2F2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F2E4

Black with #D2F2E4

Text Example


Text Example

White with #D2F2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F2E4; }

 p { color: rgb(210,242,228); }

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

background-color css

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

 a { background-color: rgb(210,242,228); }

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

border-color css

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

 span { border-color: rgb(210,242,228); }

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