#DCEAE5

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

Shades of Clear Day #DCEAE5

Tints of Clear Day #DCEAE5

Color information

#DCEAE5 (or 0xDCEAE5) is unknown color: approx Clear Day. HEX triplet: DC, EA and E5. RGB value is (220,234,229). Sum of RGB (Red+Green+Blue) = 220+234+229=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 229 (89.84% from 255 or 33.53% from 683); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEAE5 is #23151A. Grayscale: #E5E5E5. Windows color (decimal): -2299163 or 15067868. OLE color: 15067868.

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

Color convert

RGB220234229-
CMYK0.0600.020.08
HSL158.57º25%89.02%-
HSV(B)158.57º5.98%91.76%-
XYZ73.0879.7285.66-
YUV229.24127.86121.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.21%
GREEN value IS 234 (91.80% from 255) = 34.26%
BLUE value IS 229 (89.84% from 255) = 33.53%
R=32.21%
G=34.26%
B=33.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202342290.0600.020.08158.572589.02
HexDCEAE560289f1959
Octal3343523456021023731131
Binary110111001110101011100101110010100010011111110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEAE5; }

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

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

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

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

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

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

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

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