#DCF9EE

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

Shades of Clear Day #DCF9EE

Tints of Clear Day #DCF9EE

Color information

#DCF9EE (or 0xDCF9EE) is unknown color: approx Clear Day. HEX triplet: DC, F9 and EE. RGB value is (220,249,238). Sum of RGB (Red+Green+Blue) = 220+249+238=707 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.12% from 707); Green value is 249 (97.66% from 255 or 35.22% from 707); Blue value is 238 (93.36% from 255 or 33.66% from 707); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF9EE is #230611. Grayscale: #EFEFEF. Windows color (decimal): -2295314 or 15661532. OLE color: 15661532.

HSL color Cylindrical-coordinate representation of color #DCF9EE: hue angle of 157.24º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCF9EE is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB220249238-
CMYK0.1200.040.02
HSL157.24º70.73%91.96%-
HSV(B)157.24º11.65%97.65%-
XYZ78.8289.1493.94-
YUV239.08127.39114.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.12%
GREEN value IS 249 (97.66% from 255) = 35.22%
BLUE value IS 238 (93.36% from 255) = 33.66%
R=31.12%
G=35.22%
B=33.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202492380.1200.040.02157.2470.7391.96
HexDCF9EEC0429d475c
Octal33437135614042235107134
Binary11011100111110011110111011000100101001110110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF9EE; }

 p { color: rgb(220,249,238); }

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

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

 a { background-color: rgb(220,249,238); }

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

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

 span { border-color: rgb(220,249,238); }

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