#DCFAF3

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

Shades of Clear Day #DCFAF3

Tints of Clear Day #DCFAF3

Color information

#DCFAF3 (or 0xDCFAF3) is unknown color: approx Clear Day. HEX triplet: DC, FA and F3. RGB value is (220,250,243). Sum of RGB (Red+Green+Blue) = 220+250+243=713 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.86% from 713); Green value is 250 (98.05% from 255 or 35.06% from 713); Blue value is 243 (95.31% from 255 or 34.08% from 713); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFAF3 is #23050C. Grayscale: #F0F0F0. Windows color (decimal): -2295053 or 15989468. OLE color: 15989468.

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

Color convert

RGB220250243-
CMYK0.1200.030.02
HSL166º75%92.16%-
HSV(B)166º12%98.04%-
XYZ79.8890.0697.97-
YUV240.23129.56113.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.86%
GREEN value IS 250 (98.05% from 255) = 35.06%
BLUE value IS 243 (95.31% from 255) = 34.08%
R=30.86%
G=35.06%
B=34.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202502430.1200.030.021667592.16
HexDCFAF3C032a64b5c
Octal33437236314032246113134
Binary1101110011111010111100111100011101010011010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFAF3; }

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

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

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

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

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

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

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

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