#D6FEEF

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

Shades of Clear Day #D6FEEF

Tints of Clear Day #D6FEEF

Color information

#D6FEEF (or 0xD6FEEF) is unknown color: approx Clear Day. HEX triplet: D6, FE and EF. RGB value is (214,254,239). Sum of RGB (Red+Green+Blue) = 214+254+239=707 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.27% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 239 (93.75% from 255 or 33.80% from 707); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FEEF is #290110. Grayscale: #F0F0F0. Windows color (decimal): -2687249 or 15728342. OLE color: 15728342.

HSL color Cylindrical-coordinate representation of color #D6FEEF: hue angle of 157.5º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6FEEF is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB214254239-
CMYK0.1600.060.00
HSL157.5º95.24%91.76%-
HSV(B)157.5º15.75%99.61%-
XYZ78.7591.4195.15-
YUV240.33127.25109.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.27%
GREEN value IS 254 (99.61% from 255) = 35.93%
BLUE value IS 239 (93.75% from 255) = 33.80%
R=30.27%
G=35.93%
B=33.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2142542390.1600.060.00157.595.2491.76
HexD6FEEF100609e5f5c
Octal32637635720060236137134
Binary11010110111111101110111110000011001001111010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FEEF; }

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

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

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

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

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

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

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

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