Html Css Color HEX #D2F8E8 White Ice

📋 copy color: '#D2F8E8'

red 210 ◦ green 248 ◦ blue 232

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

Shades of White Ice #D2F8E8

Tints of White Ice #D2F8E8

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.94%

 BLUE value IS 232 (91.02% from 255) = 33.62%

R = 30.43%
G = 35.94%
B = 33.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#D2F8E8 (or 0xD2F8E8) is known color: White Ice. HEX triplet: D2, F8 and E8. RGB value is (210,248,232). Sum of RGB (Red+Green+Blue) = 210+248+232=690 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.43% from 690); Green value is 248 (97.27% from 255 or 35.94% from 690); Blue value is 232 (91.02% from 255 or 33.62% from 690); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F8E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F8E8 is #2D0717. Grayscale: #EAEAEA. Windows color (decimal): -2950936 or 15268050. OLE color: 15268050.

HSL color Cylindrical-coordinate representation of color #D2F8E8: hue angle of 154.74º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2F8E8 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 210 248 232 -
CMYK 0.15 0 0.06 0.03
HSL 154.74º 0.73% 0.9% -
HSV(B) 154.74º 0.15% 0.97% -
XYZ 74.71 86.66 89.13 -
YUV 234.81 126.41 110.3 -
System Red Green Blue C M Y K H S L
Decimal 210 248 232 0.15 0 0.06 0.03 154.74 0.73 0.9
Hex D2 F8 E8 F 0 6 3 9B 49 5A
Octal 322 370 350 17 0 6 3 233 111 132
Binary 11010010 11111000 11101000 1111 0 110 11 10011011 1001001 1011010

Color Harmonies of #D2F8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F8E8

Black with #D2F8E8

Text Example


Text Example

White with #D2F8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F8E8; }

 p { color: rgb(210,248,232); }

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

background-color css

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

 a { background-color: rgb(210,248,232); }

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

border-color css

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

 span { border-color: rgb(210,248,232); }

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