Shades of Lavender Blue #CCCCFD
Tints of Lavender Blue #CCCCFD
RGB
CMYK
RGB Variations
Color information
#CCCCFD (or 0xCCCCFD) is known color: Lavender Blue. HEX triplet: CC, CC and FD. RGB value is (204,204,253). Sum of RGB (Red+Green+Blue) = 204+204+253=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCCCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCFD is #333302. Grayscale: #D1D1D1. Windows color (decimal): -3355395 or 16633036. OLE color: 16633036.
HSL color Cylindrical-coordinate representation of color #CCCCFD: hue angle of 240º 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 #CCCCFD is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 204 | 253 | - |
CMYK | 0.19 | 0.19 | 0 | 0.01 |
HSL | 240º | 0.92% | 0.9% | - |
HSV(B) | 240º | 0.19% | 0.99% | - |
XYZ | 64.22 | 63.11 | 101.73 | - |
YUV | 209.59 | 152.5 | 124.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 253 | 0.19 | 0.19 | 0 | 0.01 | 240 | 0.92 | 0.9 |
Hex | CC | CC | FD | 13 | 13 | 0 | 1 | F0 | 5C | 5A |
Octal | 314 | 314 | 375 | 23 | 23 | 0 | 1 | 360 | 134 | 132 |
Binary | 11001100 | 11001100 | 11111101 | 10011 | 10011 | 0 | 1 | 11110000 | 1011100 | 1011010 |
Color Harmonies of #CCCCFD
Complementary color
Monochromatic Colors of #CCCCFD
Black with #CCCCFD
Text Example
Text Example
White with #CCCCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCFD; }
p { color: rgb(204,204,253); }
H1.HeaderClassName
{
color: #CCCCFD;
}
.AnyTagClassName
{
color: #CCCCFD;
}
</style>
background-color css
<style>
a { background-color: #CCCCFD; }
a { background-color: rgb(204,204,253); }
div.DivClassName
{
background-color: #CCCCFD;
}
.BgClassName
{
background-color: #CCCCFD;
}
</style>
border-color css
<style>
span { border-color: #CCCCFD; }
span { border-color: rgb(204,204,253); }
td.TdClassName
{
border-color: #CCCCFD;
}
.TagClassName
{
border-color: #CCCCFD;
}
</style>