#DCFAED

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

Shades of Clear Day #DCFAED

Tints of Clear Day #DCFAED

Color information

#DCFAED (or 0xDCFAED) is unknown color: approx Clear Day. HEX triplet: DC, FA and ED. RGB value is (220,250,237). Sum of RGB (Red+Green+Blue) = 220+250+237=707 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.12% from 707); Green value is 250 (98.05% from 255 or 35.36% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFAED is #230512. Grayscale: #EFEFEF. Windows color (decimal): -2295059 or 15596252. OLE color: 15596252.

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

Color convert

RGB220250237-
CMYK0.1200.050.02
HSL154º75%92.16%-
HSV(B)154º12%98.04%-
XYZ78.9989.793.27-
YUV239.55126.56114.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.12%
GREEN value IS 250 (98.05% from 255) = 35.36%
BLUE value IS 237 (92.97% from 255) = 33.52%
R=31.12%
G=35.36%
B=33.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202502370.1200.050.021547592.16
HexDCFAEDC0529a4b5c
Octal33437235514052232113134
Binary11011100111110101110110111000101101001101010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFAED; }

 p { color: rgb(220,250,237); }

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

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

 a { background-color: rgb(220,250,237); }

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

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

 span { border-color: rgb(220,250,237); }

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