Shades of Lavender Blue #CDCFFF
Tints of Lavender Blue #CDCFFF
RGB
CMYK
RGB Variations
Color information
#CDCFFF (or 0xCDCFFF) is known color: Lavender Blue. HEX triplet: CD, CF and FF. RGB value is (205,207,255). Sum of RGB (Red+Green+Blue) = 205+207+255=667 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.73% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDCFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCFFF is #323000. Grayscale: #D3D3D3. Windows color (decimal): -3289089 or 16764877. OLE color: 16764877.
HSL color Cylindrical-coordinate representation of color #CDCFFF: hue angle of 237.6º 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 #CDCFFF is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 207 | 255 | - |
| CMYK | 0.20 | 0.19 | 0 | 0 |
| HSL | 237.6º | 1% | 0.9% | - |
| HSV(B) | 237.6º | 0.2% | 1% | - |
| XYZ | 65.54 | 64.82 | 103.67 | - |
| YUV | 211.87 | 152.34 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 207 | 255 | 0.20 | 0.19 | 0 | 0 | 237.6 | 1 | 0.9 |
| Hex | CD | CF | FF | 14 | 13 | 0 | 0 | EE | 64 | 5A |
| Octal | 315 | 317 | 377 | 24 | 23 | 0 | 0 | 356 | 144 | 132 |
| Binary | 11001101 | 11001111 | 11111111 | 10100 | 10011 | 0 | 0 | 11101110 | 1100100 | 1011010 |
Color Harmonies of #CDCFFF
Complementary color
Monochromatic Colors of #CDCFFF
Black with #CDCFFF
Text Example
Text Example
White with #CDCFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCFFF; }
p { color: rgb(205,207,255); }
H1.HeaderClassName
{
color: #CDCFFF;
}
.AnyTagClassName
{
color: #CDCFFF;
}
</style>
background-color css
<style>
a { background-color: #CDCFFF; }
a { background-color: rgb(205,207,255); }
div.DivClassName
{
background-color: #CDCFFF;
}
.BgClassName
{
background-color: #CDCFFF;
}
</style>
border-color css
<style>
span { border-color: #CDCFFF; }
span { border-color: rgb(205,207,255); }
td.TdClassName
{
border-color: #CDCFFF;
}
.TagClassName
{
border-color: #CDCFFF;
}
</style>