#DCF9EF

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

Shades of Clear Day #DCF9EF

Tints of Clear Day #DCF9EF

Color information

#DCF9EF (or 0xDCF9EF) is unknown color: approx Clear Day. HEX triplet: DC, F9 and EF. RGB value is (220,249,239). Sum of RGB (Red+Green+Blue) = 220+249+239=708 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.07% from 708); Green value is 249 (97.66% from 255 or 35.17% from 708); Blue value is 239 (93.75% from 255 or 33.76% from 708); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF9EF is #230610. Grayscale: #EFEFEF. Windows color (decimal): -2295313 or 15727068. OLE color: 15727068.

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

Color convert

RGB220249239-
CMYK0.1200.040.02
HSL159.31º70.73%91.96%-
HSV(B)159.31º11.65%97.65%-
XYZ78.9789.294.72-
YUV239.19127.89114.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.07%
GREEN value IS 249 (97.66% from 255) = 35.17%
BLUE value IS 239 (93.75% from 255) = 33.76%
R=31.07%
G=35.17%
B=33.76%

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
Decimal2202492390.1200.040.02159.3170.7391.96
HexDCF9EFC0429f475c
Octal33437135714042237107134
Binary11011100111110011110111111000100101001111110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF9EF; }

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

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

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

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

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

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

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

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