Html Css Color HEX #D6EEE1 White Ice

📋 copy color: '#D6EEE1'

red 214 ◦ green 238 ◦ blue 225

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

Shades of White Ice #D6EEE1

Tints of White Ice #D6EEE1

RGB

 RED value IS 214 (83.98% from 255) = 31.61%

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

 BLUE value IS 225 (88.28% from 255) = 33.23%

R = 31.61%
G = 35.16%
B = 33.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#D6EEE1 (or 0xD6EEE1) is known color: White Ice. HEX triplet: D6, EE and E1. RGB value is (214,238,225). Sum of RGB (Red+Green+Blue) = 214+238+225=677 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.61% from 677); Green value is 238 (93.36% from 255 or 35.16% from 677); Blue value is 225 (88.28% from 255 or 33.23% from 677); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EEE1 is #29111E. Grayscale: #E5E5E5. Windows color (decimal): -2691359 or 14806742. OLE color: 14806742.

HSL color Cylindrical-coordinate representation of color #D6EEE1: hue angle of 147.5º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6EEE1 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 238 225 -
CMYK 0.10 0 0.05 0.07
HSL 147.5º 0.41% 0.89% -
HSV(B) 147.5º 0.1% 0.93% -
XYZ 71.9 80.88 83.06 -
YUV 229.34 125.55 117.06 -
System Red Green Blue C M Y K H S L
Decimal 214 238 225 0.10 0 0.05 0.07 147.5 0.41 0.89
Hex D6 EE E1 A 0 5 7 94 29 59
Octal 326 356 341 12 0 5 7 224 51 131
Binary 11010110 11101110 11100001 1010 0 101 111 10010100 101001 1011001

Color Harmonies of #D6EEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EEE1

Black with #D6EEE1

Text Example


Text Example

White with #D6EEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EEE1; }

 p { color: rgb(214,238,225); }

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

background-color css

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

 a { background-color: rgb(214,238,225); }

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

border-color css

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

 span { border-color: rgb(214,238,225); }

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