#D6F3EA

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

Shades of Clear Day #D6F3EA

Tints of Clear Day #D6F3EA

Color information

#D6F3EA (or 0xD6F3EA) is unknown color: approx Clear Day. HEX triplet: D6, F3 and EA. RGB value is (214,243,234). Sum of RGB (Red+Green+Blue) = 214+243+234=691 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.97% from 691); Green value is 243 (95.31% from 255 or 35.17% from 691); Blue value is 234 (91.80% from 255 or 33.86% from 691); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F3EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F3EA is #290C15. Grayscale: #E9E9E9. Windows color (decimal): -2690070 or 15397846. OLE color: 15397846.

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

Color convert

RGB214243234-
CMYK0.1200.040.05
HSL161.38º54.72%89.61%-
HSV(B)161.38º11.93%95.29%-
XYZ74.6384.3490.19-
YUV233.3128.39114.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.97%
GREEN value IS 243 (95.31% from 255) = 35.17%
BLUE value IS 234 (91.80% from 255) = 33.86%
R=30.97%
G=35.17%
B=33.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142432340.1200.040.05161.3854.7289.61
HexD6F3EAC045a1375a
Octal3263633521404524167132
Binary11010110111100111110101011000100101101000011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F3EA; }

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

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

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

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

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

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

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

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