Shades of Lavender Blue #CDCCFD
Tints of Lavender Blue #CDCCFD
RGB
CMYK
RGB Variations
Color information
#CDCCFD (or 0xCDCCFD) is known color: Lavender Blue. HEX triplet: CD, CC and FD. RGB value is (205,204,253). Sum of RGB (Red+Green+Blue) = 205+204+253=662 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.97% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDCCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCCFD is #323302. Grayscale: #D1D1D1. Windows color (decimal): -3289859 or 16633037. OLE color: 16633037.
HSL color Cylindrical-coordinate representation of color #CDCCFD: hue angle of 241.22º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDCCFD is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 204 | 253 | - |
CMYK | 0.19 | 0.19 | 0 | 0.01 |
HSL | 241.22º | 0.92% | 0.9% | - |
HSV(B) | 241.22º | 0.19% | 0.99% | - |
XYZ | 64.5 | 63.26 | 101.74 | - |
YUV | 209.89 | 152.33 | 124.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 204 | 253 | 0.19 | 0.19 | 0 | 0.01 | 241.22 | 0.92 | 0.9 |
Hex | CD | CC | FD | 13 | 13 | 0 | 1 | F1 | 5C | 5A |
Octal | 315 | 314 | 375 | 23 | 23 | 0 | 1 | 361 | 134 | 132 |
Binary | 11001101 | 11001100 | 11111101 | 10011 | 10011 | 0 | 1 | 11110001 | 1011100 | 1011010 |
Color Harmonies of #CDCCFD
Complementary color
Monochromatic Colors of #CDCCFD
Black with #CDCCFD
Text Example
Text Example
White with #CDCCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCCFD; }
p { color: rgb(205,204,253); }
H1.HeaderClassName
{
color: #CDCCFD;
}
.AnyTagClassName
{
color: #CDCCFD;
}
</style>
background-color css
<style>
a { background-color: #CDCCFD; }
a { background-color: rgb(205,204,253); }
div.DivClassName
{
background-color: #CDCCFD;
}
.BgClassName
{
background-color: #CDCCFD;
}
</style>
border-color css
<style>
span { border-color: #CDCCFD; }
span { border-color: rgb(205,204,253); }
td.TdClassName
{
border-color: #CDCCFD;
}
.TagClassName
{
border-color: #CDCCFD;
}
</style>