Html Css Color HEX #D2F2E0 White Ice

📋 copy color: '#D2F2E0'

red 210 ◦ green 242 ◦ blue 224

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

Shades of White Ice #D2F2E0

Tints of White Ice #D2F2E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.14%

R = 31.07%
G = 35.8%
B = 33.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#D2F2E0 (or 0xD2F2E0) is known color: White Ice. HEX triplet: D2, F2 and E0. RGB value is (210,242,224). Sum of RGB (Red+Green+Blue) = 210+242+224=676 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.07% from 676); Green value is 242 (94.92% from 255 or 35.80% from 676); Blue value is 224 (87.89% from 255 or 33.14% from 676); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F2E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F2E0 is #2D0D1F. Grayscale: #E6E6E6. Windows color (decimal): -2952480 or 14742226. OLE color: 14742226.

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

Color convert

RGB 210 242 224 -
CMYK 0.13 0 0.07 0.05
HSL 146.25º 0.55% 0.89% -
HSV(B) 146.25º 0.13% 0.95% -
XYZ 71.79 82.59 82.68 -
YUV 230.38 124.4 113.46 -
System Red Green Blue C M Y K H S L
Decimal 210 242 224 0.13 0 0.07 0.05 146.25 0.55 0.89
Hex D2 F2 E0 D 0 7 5 92 37 59
Octal 322 362 340 15 0 7 5 222 67 131
Binary 11010010 11110010 11100000 1101 0 111 101 10010010 110111 1011001

Color Harmonies of #D2F2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F2E0

Black with #D2F2E0

Text Example


Text Example

White with #D2F2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F2E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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