Shades of Lavender Blue #CCC5FD
Tints of Lavender Blue #CCC5FD
RGB
CMYK
RGB Variations
Color information
#CCC5FD (or 0xCCC5FD) is known color: Lavender Blue. HEX triplet: CC, C5 and FD. RGB value is (204,197,253). Sum of RGB (Red+Green+Blue) = 204+197+253=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 197 (77.34% from 255 or 30.12% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCC5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC5FD is #333A02. Grayscale: #CDCDCD. Windows color (decimal): -3357187 or 16631244. OLE color: 16631244.
HSL color Cylindrical-coordinate representation of color #CCC5FD: hue angle of 247.5º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCC5FD is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 197 | 253 | - |
CMYK | 0.19 | 0.22 | 0 | 0.01 |
HSL | 247.5º | 0.93% | 0.88% | - |
HSV(B) | 247.5º | 0.22% | 0.99% | - |
XYZ | 62.6 | 59.86 | 101.18 | - |
YUV | 205.48 | 154.82 | 126.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 197 | 253 | 0.19 | 0.22 | 0 | 0.01 | 247.5 | 0.93 | 0.88 |
Hex | CC | C5 | FD | 13 | 16 | 0 | 1 | F8 | 5D | 58 |
Octal | 314 | 305 | 375 | 23 | 26 | 0 | 1 | 370 | 135 | 130 |
Binary | 11001100 | 11000101 | 11111101 | 10011 | 10110 | 0 | 1 | 11111000 | 1011101 | 1011000 |
Color Harmonies of #CCC5FD
Complementary color
Monochromatic Colors of #CCC5FD
Black with #CCC5FD
Text Example
Text Example
White with #CCC5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5FD; }
p { color: rgb(204,197,253); }
H1.HeaderClassName
{
color: #CCC5FD;
}
.AnyTagClassName
{
color: #CCC5FD;
}
</style>
background-color css
<style>
a { background-color: #CCC5FD; }
a { background-color: rgb(204,197,253); }
div.DivClassName
{
background-color: #CCC5FD;
}
.BgClassName
{
background-color: #CCC5FD;
}
</style>
border-color css
<style>
span { border-color: #CCC5FD; }
span { border-color: rgb(204,197,253); }
td.TdClassName
{
border-color: #CCC5FD;
}
.TagClassName
{
border-color: #CCC5FD;
}
</style>