#DCF1E9

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

Shades of Clear Day #DCF1E9

Tints of Clear Day #DCF1E9

Color information

#DCF1E9 (or 0xDCF1E9) is unknown color: approx Clear Day. HEX triplet: DC, F1 and E9. RGB value is (220,241,233). Sum of RGB (Red+Green+Blue) = 220+241+233=694 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.70% from 694); Green value is 241 (94.53% from 255 or 34.73% from 694); Blue value is 233 (91.41% from 255 or 33.57% from 694); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF1E9 is #230E16. Grayscale: #E9E9E9. Windows color (decimal): -2297367 or 15331804. OLE color: 15331804.

HSL color Cylindrical-coordinate representation of color #DCF1E9: hue angle of 157.14º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCF1E9 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB220241233-
CMYK0.0900.030.05
HSL157.14º42.86%90.39%-
HSV(B)157.14º8.71%94.51%-
XYZ75.6884.0189.32-
YUV233.81127.54118.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.70%
GREEN value IS 241 (94.53% from 255) = 34.73%
BLUE value IS 233 (91.41% from 255) = 33.57%
R=31.70%
G=34.73%
B=33.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202412330.0900.030.05157.1442.8690.39
HexDCF1E990359d2b5a
Octal3343613511103523553132
Binary1101110011110001111010011001011101100111011010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF1E9; }

 p { color: rgb(220,241,233); }

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

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

 a { background-color: rgb(220,241,233); }

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

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

 span { border-color: rgb(220,241,233); }

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