#D6FAEF

Color #D6FAEF Clear Day (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clear Day #D6FAEF

Tints of Clear Day #D6FAEF

Color information

#D6FAEF (or 0xD6FAEF) is unknown color: approx Clear Day. HEX triplet: D6, FA and EF. RGB value is (214,250,239). Sum of RGB (Red+Green+Blue) = 214+250+239=703 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.44% from 703); Green value is 250 (98.05% from 255 or 35.56% from 703); Blue value is 239 (93.75% from 255 or 34.00% from 703); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FAEF is #290510. Grayscale: #EDEDED. Windows color (decimal): -2688273 or 15727318. OLE color: 15727318.

HSL color Cylindrical-coordinate representation of color #D6FAEF: hue angle of 161.67º 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 #D6FAEF is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB214250239-
CMYK0.1400.040.02
HSL161.67º78.26%90.98%-
HSV(B)161.67º14.4%98.04%-
XYZ77.588.994.74-
YUV237.98128.57110.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.44%
GREEN value IS 250 (98.05% from 255) = 35.56%
BLUE value IS 239 (93.75% from 255) = 34.00%
R=30.44%
G=35.56%
B=34.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142502390.1400.040.02161.6778.2690.98
HexD6FAEFE042a24e5b
Octal32637235716042242116133
Binary11010110111110101110111111100100101010001010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FAEF; }

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

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

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

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

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

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

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

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