#DCFCF4

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

Shades of Clear Day #DCFCF4

Tints of Clear Day #DCFCF4

Color information

#DCFCF4 (or 0xDCFCF4) is unknown color: approx Clear Day. HEX triplet: DC, FC and F4. RGB value is (220,252,244). Sum of RGB (Red+Green+Blue) = 220+252+244=716 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.73% from 716); Green value is 252 (98.83% from 255 or 35.20% from 716); Blue value is 244 (95.70% from 255 or 34.08% from 716); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFCF4 is #23030B. Grayscale: #F1F1F1. Windows color (decimal): -2294540 or 16055516. OLE color: 16055516.

HSL color Cylindrical-coordinate representation of color #DCFCF4: hue angle of 165º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFCF4 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB220252244-
CMYK0.1300.030.01
HSL165º84.21%92.55%-
HSV(B)165º12.7%98.82%-
XYZ80.6591.3798.97-
YUV241.52129.4112.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.73%
GREEN value IS 252 (98.83% from 255) = 35.20%
BLUE value IS 244 (95.70% from 255) = 34.08%
R=30.73%
G=35.20%
B=34.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202522440.1300.030.0116584.2192.55
HexDCFCF4D031a5545d
Octal33437436415031245124135
Binary110111001111110011110100110101111010010110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFCF4; }

 p { color: rgb(220,252,244); }

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

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

 a { background-color: rgb(220,252,244); }

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

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

 span { border-color: rgb(220,252,244); }

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