Shades of Lavender Blue #CDCDFF
Tints of Lavender Blue #CDCDFF
RGB
CMYK
RGB Variations
Color information
#CDCDFF (or 0xCDCDFF) is known color: Lavender Blue. HEX triplet: CD, CD and FF. RGB value is (205,205,255). Sum of RGB (Red+Green+Blue) = 205+205+255=665 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.83% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDCDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCDFF is #323200. Grayscale: #D2D2D2. Windows color (decimal): -3289601 or 16764365. OLE color: 16764365.
HSL color Cylindrical-coordinate representation of color #CDCDFF: hue angle of 240º 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 #CDCDFF is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 205 | 205 | 255 | - |
CMYK | 0.20 | 0.20 | 0 | 0 |
HSL | 240º | 1% | 0.9% | - |
HSV(B) | 240º | 0.2% | 1% | - |
XYZ | 65.06 | 63.86 | 103.51 | - |
YUV | 210.7 | 153 | 123.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 205 | 255 | 0.20 | 0.20 | 0 | 0 | 240 | 1 | 0.9 |
Hex | CD | CD | FF | 14 | 14 | 0 | 0 | F0 | 64 | 5A |
Octal | 315 | 315 | 377 | 24 | 24 | 0 | 0 | 360 | 144 | 132 |
Binary | 11001101 | 11001101 | 11111111 | 10100 | 10100 | 0 | 0 | 11110000 | 1100100 | 1011010 |
Color Harmonies of #CDCDFF
Complementary color
Monochromatic Colors of #CDCDFF
Black with #CDCDFF
Text Example
Text Example
White with #CDCDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCDFF; }
p { color: rgb(205,205,255); }
H1.HeaderClassName
{
color: #CDCDFF;
}
.AnyTagClassName
{
color: #CDCDFF;
}
</style>
background-color css
<style>
a { background-color: #CDCDFF; }
a { background-color: rgb(205,205,255); }
div.DivClassName
{
background-color: #CDCDFF;
}
.BgClassName
{
background-color: #CDCDFF;
}
</style>
border-color css
<style>
span { border-color: #CDCDFF; }
span { border-color: rgb(205,205,255); }
td.TdClassName
{
border-color: #CDCDFF;
}
.TagClassName
{
border-color: #CDCDFF;
}
</style>