Shades of Lavender Blue #CDCCED
Tints of Lavender Blue #CDCCED
RGB
CMYK
RGB Variations
Color information
#CDCCED (or 0xCDCCED) is known color: Lavender Blue. HEX triplet: CD, CC and ED. RGB value is (205,204,237). Sum of RGB (Red+Green+Blue) = 205+204+237=646 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.73% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDCCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCCED is #323312. Grayscale: #CFCFCF. Windows color (decimal): -3289875 or 15584461. OLE color: 15584461.
HSL color Cylindrical-coordinate representation of color #CDCCED: hue angle of 241.82º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDCCED is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 205 | 204 | 237 | - |
CMYK | 0.14 | 0.14 | 0 | 0.07 |
HSL | 241.82º | 0.48% | 0.86% | - |
HSV(B) | 241.82º | 0.14% | 0.93% | - |
XYZ | 62.06 | 62.28 | 88.87 | - |
YUV | 208.06 | 144.33 | 125.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 204 | 237 | 0.14 | 0.14 | 0 | 0.07 | 241.82 | 0.48 | 0.86 |
Hex | CD | CC | ED | E | E | 0 | 7 | F2 | 30 | 56 |
Octal | 315 | 314 | 355 | 16 | 16 | 0 | 7 | 362 | 60 | 126 |
Binary | 11001101 | 11001100 | 11101101 | 1110 | 1110 | 0 | 111 | 11110010 | 110000 | 1010110 |
Color Harmonies of #CDCCED
Complementary color
Monochromatic Colors of #CDCCED
Black with #CDCCED
Text Example
Text Example
White with #CDCCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCCED; }
p { color: rgb(205,204,237); }
H1.HeaderClassName
{
color: #CDCCED;
}
.AnyTagClassName
{
color: #CDCCED;
}
</style>
background-color css
<style>
a { background-color: #CDCCED; }
a { background-color: rgb(205,204,237); }
div.DivClassName
{
background-color: #CDCCED;
}
.BgClassName
{
background-color: #CDCCED;
}
</style>
border-color css
<style>
span { border-color: #CDCCED; }
span { border-color: rgb(205,204,237); }
td.TdClassName
{
border-color: #CDCCED;
}
.TagClassName
{
border-color: #CDCCED;
}
</style>