#D6F4EB

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

Shades of Clear Day #D6F4EB

Tints of Clear Day #D6F4EB

Color information

#D6F4EB (or 0xD6F4EB) is unknown color: approx Clear Day. HEX triplet: D6, F4 and EB. RGB value is (214,244,235). Sum of RGB (Red+Green+Blue) = 214+244+235=693 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.88% from 693); Green value is 244 (95.70% from 255 or 35.21% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 244 - color contains mainly: green. Hex color #D6F4EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F4EB is #290B14. Grayscale: #EAEAEA. Windows color (decimal): -2689813 or 15463638. OLE color: 15463638.

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

Color convert

RGB214244235-
CMYK0.1200.040.04
HSL162º57.69%89.8%-
HSV(B)162º12.3%95.69%-
XYZ75.088591.05-
YUV234128.56113.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.88%
GREEN value IS 244 (95.70% from 255) = 35.21%
BLUE value IS 235 (92.19% from 255) = 33.91%
R=30.88%
G=35.21%
B=33.91%

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
Decimal2142442350.1200.040.0416257.6989.8
HexD6F4EBC044a23a5a
Octal3263643531404424272132
Binary11010110111101001110101111000100100101000101110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F4EB; }

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

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

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

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

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

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

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

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