#DCEFE8

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

Shades of Clear Day #DCEFE8

Tints of Clear Day #DCEFE8

Color information

#DCEFE8 (or 0xDCEFE8) is unknown color: approx Clear Day. HEX triplet: DC, EF and E8. RGB value is (220,239,232). Sum of RGB (Red+Green+Blue) = 220+239+232=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 232 (91.02% from 255 or 33.57% from 691); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEFE8 is #231017. Grayscale: #E8E8E8. Windows color (decimal): -2297880 or 15265756. OLE color: 15265756.

HSL color Cylindrical-coordinate representation of color #DCEFE8: hue angle of 157.89º degrees, saturation: 0.37, 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 #DCEFE8 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB220239232-
CMYK0.0800.030.06
HSL157.89º37.25%90%-
HSV(B)157.89º7.95%93.73%-
XYZ74.9582.7788.37-
YUV232.52127.71119.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.84%
GREEN value IS 239 (93.75% from 255) = 34.59%
BLUE value IS 232 (91.02% from 255) = 33.57%
R=31.84%
G=34.59%
B=33.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202392320.0800.030.06157.8937.2590
HexDCEFE880369e255a
Octal3343573501003623645132
Binary1101110011101111111010001000011110100111101001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFE8; }

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

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

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

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

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

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

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

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