#D6FDEE

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

Shades of Clear Day #D6FDEE

Tints of Clear Day #D6FDEE

Color information

#D6FDEE (or 0xD6FDEE) is unknown color: approx Clear Day. HEX triplet: D6, FD and EE. RGB value is (214,253,238). Sum of RGB (Red+Green+Blue) = 214+253+238=705 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.35% from 705); Green value is 253 (99.22% from 255 or 35.89% from 705); Blue value is 238 (93.36% from 255 or 33.76% from 705); Max value from RGB is 253 - color contains mainly: green. Hex color #D6FDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FDEE is #290211. Grayscale: #EFEFEF. Windows color (decimal): -2687506 or 15662550. OLE color: 15662550.

HSL color Cylindrical-coordinate representation of color #D6FDEE: hue angle of 156.92º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6FDEE is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB214253238-
CMYK0.1500.060.01
HSL156.92º90.7%91.57%-
HSV(B)156.92º15.42%99.22%-
XYZ78.2990.7294.27-
YUV239.63127.08109.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.35%
GREEN value IS 253 (99.22% from 255) = 35.89%
BLUE value IS 238 (93.36% from 255) = 33.76%
R=30.35%
G=35.89%
B=33.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142532380.1500.060.01156.9290.791.57
HexD6FDEEF0619d5b5c
Octal32637535617061235133134
Binary1101011011111101111011101111011011001110110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FDEE; }

 p { color: rgb(214,253,238); }

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

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

 a { background-color: rgb(214,253,238); }

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

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

 span { border-color: rgb(214,253,238); }

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