Shades of Light Cyan #DCFCF9
Tints of Light Cyan #DCFCF9
RGB
CMYK
RGB Variations
Color information
#DCFCF9 (or 0xDCFCF9) is known color: Light Cyan. HEX triplet: DC, FC and F9. RGB value is (220,252,249). Sum of RGB (Red+Green+Blue) = 220+252+249=721 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.51% from 721); Green value is 252 (98.83% from 255 or 34.95% from 721); Blue value is 249 (97.66% from 255 or 34.54% from 721); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFCF9 is #230306. Grayscale: #F2F2F2. Windows color (decimal): -2294535 or 16383196. OLE color: 16383196.
HSL color Cylindrical-coordinate representation of color #DCFCF9: hue angle of 174.38º 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 #DCFCF9 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 252 | 249 | - |
CMYK | 0.13 | 0 | 0.01 | 0.01 |
HSL | 174.38º | 0.84% | 0.93% | - |
HSV(B) | 174.38º | 0.13% | 0.99% | - |
XYZ | 81.42 | 91.68 | 103.03 | - |
YUV | 242.09 | 131.9 | 112.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 252 | 249 | 0.13 | 0 | 0.01 | 0.01 | 174.38 | 0.84 | 0.93 |
Hex | DC | FC | F9 | D | 0 | 1 | 1 | AE | 54 | 5D |
Octal | 334 | 374 | 371 | 15 | 0 | 1 | 1 | 256 | 124 | 135 |
Binary | 11011100 | 11111100 | 11111001 | 1101 | 0 | 1 | 1 | 10101110 | 1010100 | 1011101 |
Color Harmonies of #DCFCF9
Complementary color
Monochromatic Colors of #DCFCF9
Black with #DCFCF9
Text Example
Text Example
White with #DCFCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCF9; }
p { color: rgb(220,252,249); }
H1.HeaderClassName
{
color: #DCFCF9;
}
.AnyTagClassName
{
color: #DCFCF9;
}
</style>
background-color css
<style>
a { background-color: #DCFCF9; }
a { background-color: rgb(220,252,249); }
div.DivClassName
{
background-color: #DCFCF9;
}
.BgClassName
{
background-color: #DCFCF9;
}
</style>
border-color css
<style>
span { border-color: #DCFCF9; }
span { border-color: rgb(220,252,249); }
td.TdClassName
{
border-color: #DCFCF9;
}
.TagClassName
{
border-color: #DCFCF9;
}
</style>