#DCFDF9

Color #DCFDF9 Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #DCFDF9

Tints of Light Cyan #DCFDF9

Color information

#DCFDF9 (or 0xDCFDF9) is unknown color: approx Light Cyan. HEX triplet: DC, FD and F9. RGB value is (220,253,249). Sum of RGB (Red+Green+Blue) = 220+253+249=722 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.47% from 722); Green value is 253 (99.22% from 255 or 35.04% from 722); Blue value is 249 (97.66% from 255 or 34.49% from 722); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFDF9 is #230206. Grayscale: #F2F2F2. Windows color (decimal): -2294279 or 16383452. OLE color: 16383452.

HSL color Cylindrical-coordinate representation of color #DCFDF9: hue angle of 172.73º degrees, saturation: 0.89, 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 #DCFDF9 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB220253249-
CMYK0.1300.020.01
HSL172.73º89.19%92.75%-
HSV(B)172.73º13.04%99.22%-
XYZ81.7492.31103.13-
YUV242.68131.57111.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.47%
GREEN value IS 253 (99.22% from 255) = 35.04%
BLUE value IS 249 (97.66% from 255) = 34.49%
R=30.47%
G=35.04%
B=34.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202532490.1300.020.01172.7389.1992.75
HexDCFDF9D021ad595d
Octal33437537115021255131135
Binary110111001111110111111001110101011010110110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFDF9; }

 p { color: rgb(220,253,249); }

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

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

 a { background-color: rgb(220,253,249); }

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

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

 span { border-color: rgb(220,253,249); }

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