Html Css Color HEX #D2EEE2 White Ice

📋 copy color: '#D2EEE2'

red 210 ◦ green 238 ◦ blue 226

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

Shades of White Ice #D2EEE2

Tints of White Ice #D2EEE2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.31%

 BLUE value IS 226 (88.67% from 255) = 33.53%

R = 31.16%
G = 35.31%
B = 33.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#D2EEE2 (or 0xD2EEE2) is known color: White Ice. HEX triplet: D2, EE and E2. RGB value is (210,238,226). Sum of RGB (Red+Green+Blue) = 210+238+226=674 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.16% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 226 (88.67% from 255 or 33.53% from 674); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EEE2 is #2D111D. Grayscale: #E4E4E4. Windows color (decimal): -2953502 or 14872274. OLE color: 14872274.

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

Color convert

RGB 210 238 226 -
CMYK 0.12 0 0.05 0.07
HSL 154.29º 0.45% 0.88% -
HSV(B) 154.29º 0.12% 0.93% -
XYZ 70.88 80.34 83.72 -
YUV 228.26 126.72 114.98 -
System Red Green Blue C M Y K H S L
Decimal 210 238 226 0.12 0 0.05 0.07 154.29 0.45 0.88
Hex D2 EE E2 C 0 5 7 9A 2D 58
Octal 322 356 342 14 0 5 7 232 55 130
Binary 11010010 11101110 11100010 1100 0 101 111 10011010 101101 1011000

Color Harmonies of #D2EEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EEE2

Black with #D2EEE2

Text Example


Text Example

White with #D2EEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EEE2; }

 p { color: rgb(210,238,226); }

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

background-color css

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

 a { background-color: rgb(210,238,226); }

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

border-color css

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

 span { border-color: rgb(210,238,226); }

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