#DCF0EA

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

Shades of Clear Day #DCF0EA

Tints of Clear Day #DCF0EA

Color information

#DCF0EA (or 0xDCF0EA) is unknown color: approx Clear Day. HEX triplet: DC, F0 and EA. RGB value is (220,240,234). Sum of RGB (Red+Green+Blue) = 220+240+234=694 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.70% from 694); Green value is 240 (94.14% from 255 or 34.58% from 694); Blue value is 234 (91.80% from 255 or 33.72% from 694); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF0EA is #230F15. Grayscale: #E9E9E9. Windows color (decimal): -2297622 or 15397084. OLE color: 15397084.

HSL color Cylindrical-coordinate representation of color #DCF0EA: hue angle of 162º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCF0EA is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB220240234-
CMYK0.0800.020.06
HSL162º40%90.2%-
HSV(B)162º8.33%94.12%-
XYZ75.5383.4889.97-
YUV233.34128.37118.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.70%
GREEN value IS 240 (94.14% from 255) = 34.58%
BLUE value IS 234 (91.80% from 255) = 33.72%
R=31.70%
G=34.58%
B=33.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202402340.0800.020.061624090.2
HexDCF0EA8026a2285a
Octal3343603521002624250132
Binary1101110011110000111010101000010110101000101010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF0EA; }

 p { color: rgb(220,240,234); }

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

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

 a { background-color: rgb(220,240,234); }

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

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

 span { border-color: rgb(220,240,234); }

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