Shades of Snuff #FFCDFF
Tints of Snuff #FFCDFF
RGB
CMYK
RGB Variations
Color information
#FFCDFF (or 0xFFCDFF) is known color: Snuff. HEX triplet: FF, CD and FF. RGB value is (255,205,255). Sum of RGB (Red+Green+Blue) = 255+205+255=715 (94% of max value = 765). Red value is 255 (100% from 255 or 35.66% from 715); Green value is 205 (80.47% from 255 or 28.67% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFCDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCDFF is #003200. Grayscale: #E1E1E1. Windows color (decimal): -12801 or 16764415. OLE color: 16764415.
HSL color Cylindrical-coordinate representation of color #FFCDFF: hue angle of 300º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCDFF is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 205 | 255 | - |
CMYK | 0 | 0.20 | 0 | 0 |
HSL | 300º | 1% | 0.9% | - |
HSV(B) | 300º | 0.2% | 1% | - |
XYZ | 81.12 | 72.14 | 104.26 | - |
YUV | 225.65 | 144.57 | 148.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 205 | 255 | 0 | 0.20 | 0 | 0 | 300 | 1 | 0.9 |
Hex | FF | CD | FF | 0 | 14 | 0 | 0 | 12C | 64 | 5A |
Octal | 377 | 315 | 377 | 0 | 24 | 0 | 0 | 454 | 144 | 132 |
Binary | 11111111 | 11001101 | 11111111 | 0 | 10100 | 0 | 0 | 100101100 | 1100100 | 1011010 |
Color Harmonies of #FFCDFF
Complementary color
Monochromatic Colors of #FFCDFF
Black with #FFCDFF
Text Example
Text Example
White with #FFCDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDFF; }
p { color: rgb(255,205,255); }
H1.HeaderClassName
{
color: #FFCDFF;
}
.AnyTagClassName
{
color: #FFCDFF;
}
</style>
background-color css
<style>
a { background-color: #FFCDFF; }
a { background-color: rgb(255,205,255); }
div.DivClassName
{
background-color: #FFCDFF;
}
.BgClassName
{
background-color: #FFCDFF;
}
</style>
border-color css
<style>
span { border-color: #FFCDFF; }
span { border-color: rgb(255,205,255); }
td.TdClassName
{
border-color: #FFCDFF;
}
.TagClassName
{
border-color: #FFCDFF;
}
</style>