#DCFAF1

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

Shades of Clear Day #DCFAF1

Tints of Clear Day #DCFAF1

Color information

#DCFAF1 (or 0xDCFAF1) is unknown color: approx Clear Day. HEX triplet: DC, FA and F1. RGB value is (220,250,241). Sum of RGB (Red+Green+Blue) = 220+250+241=711 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.94% from 711); Green value is 250 (98.05% from 255 or 35.16% from 711); Blue value is 241 (94.53% from 255 or 33.90% from 711); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFAF1 is #23050E. Grayscale: #F0F0F0. Windows color (decimal): -2295055 or 15858396. OLE color: 15858396.

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

Color convert

RGB220250241-
CMYK0.1200.040.02
HSL162º75%92.16%-
HSV(B)162º12%98.04%-
XYZ79.5889.9496.38-
YUV240128.56113.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.94%
GREEN value IS 250 (98.05% from 255) = 35.16%
BLUE value IS 241 (94.53% from 255) = 33.90%
R=30.94%
G=35.16%
B=33.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202502410.1200.040.021627592.16
HexDCFAF1C042a24b5c
Octal33437236114042242113134
Binary11011100111110101111000111000100101010001010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFAF1; }

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

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

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

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

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

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

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

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