#D6F4EA

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

Shades of Clear Day #D6F4EA

Tints of Clear Day #D6F4EA

Color information

#D6F4EA (or 0xD6F4EA) is unknown color: approx Clear Day. HEX triplet: D6, F4 and EA. RGB value is (214,244,234). Sum of RGB (Red+Green+Blue) = 214+244+234=692 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.92% from 692); Green value is 244 (95.70% from 255 or 35.26% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 244 - color contains mainly: green. Hex color #D6F4EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F4EA is #290B15. Grayscale: #E9E9E9. Windows color (decimal): -2689814 or 15398102. OLE color: 15398102.

HSL color Cylindrical-coordinate representation of color #D6F4EA: hue angle of 160º degrees, saturation: 0.58, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6F4EA is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB214244234-
CMYK0.1200.040.04
HSL160º57.69%89.8%-
HSV(B)160º12.3%95.69%-
XYZ74.9384.9490.29-
YUV233.89128.06113.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.92%
GREEN value IS 244 (95.70% from 255) = 35.26%
BLUE value IS 234 (91.80% from 255) = 33.82%
R=30.92%
G=35.26%
B=33.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2142442340.1200.040.0416057.6989.8
HexD6F4EAC044a03a5a
Octal3263643521404424072132
Binary11010110111101001110101011000100100101000001110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F4EA; }

 p { color: rgb(214,244,234); }

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

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

 a { background-color: rgb(214,244,234); }

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

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

 span { border-color: rgb(214,244,234); }

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