#D6FAE7

Color #D6FAE7 White Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Ice #D6FAE7

Tints of White Ice #D6FAE7

Color information

#D6FAE7 (or 0xD6FAE7) is unknown color: approx White Ice. HEX triplet: D6, FA and E7. RGB value is (214,250,231). Sum of RGB (Red+Green+Blue) = 214+250+231=695 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.79% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 231 (90.62% from 255 or 33.24% from 695); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FAE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FAE7 is #290518. Grayscale: #EDEDED. Windows color (decimal): -2688281 or 15203030. OLE color: 15203030.

HSL color Cylindrical-coordinate representation of color #D6FAE7: hue angle of 148.33º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6FAE7 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB214250231-
CMYK0.1400.080.02
HSL148.33º78.26%90.98%-
HSV(B)148.33º14.4%98.04%-
XYZ76.3488.4488.65-
YUV237.07124.57111.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.79%
GREEN value IS 250 (98.05% from 255) = 35.97%
BLUE value IS 231 (90.62% from 255) = 33.24%
R=30.79%
G=35.97%
B=33.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142502310.1400.080.02148.3378.2690.98
HexD6FAE7E082944e5b
Octal326372347160102224116133
Binary110101101111101011100111111001000101001010010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FAE7; }

 p { color: rgb(214,250,231); }

 H1.HeaderClassName
 {
   color: #D6FAE7;
 }
 .AnyTagClassName
 {
   color: #D6FAE7;
 }
</style>
background-color css

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

 a { background-color: rgb(214,250,231); }

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

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

 span { border-color: rgb(214,250,231); }

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