Shades of Lavender Blue #CCBCFC
Tints of Lavender Blue #CCBCFC
RGB
CMYK
RGB Variations
Color information
#CCBCFC (or 0xCCBCFC) is known color: Lavender Blue. HEX triplet: CC, BC and FC. RGB value is (204,188,252). Sum of RGB (Red+Green+Blue) = 204+188+252=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCBCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBCFC is #334303. Grayscale: #C7C7C7. Windows color (decimal): -3359492 or 16563404. OLE color: 16563404.
HSL color Cylindrical-coordinate representation of color #CCBCFC: hue angle of 255º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCBCFC is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 188 | 252 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.01 |
| HSL | 255º | 0.91% | 0.86% | - |
| HSV(B) | 255º | 0.25% | 0.99% | - |
| XYZ | 60.46 | 55.83 | 99.69 | - |
| YUV | 200.08 | 157.3 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 252 | 0.19 | 0.25 | 0 | 0.01 | 255 | 0.91 | 0.86 |
| Hex | CC | BC | FC | 13 | 19 | 0 | 1 | FF | 5B | 56 |
| Octal | 314 | 274 | 374 | 23 | 31 | 0 | 1 | 377 | 133 | 126 |
| Binary | 11001100 | 10111100 | 11111100 | 10011 | 11001 | 0 | 1 | 11111111 | 1011011 | 1010110 |
Color Harmonies of #CCBCFC
Complementary color
Monochromatic Colors of #CCBCFC
Black with #CCBCFC
Text Example
Text Example
White with #CCBCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBCFC; }
p { color: rgb(204,188,252); }
H1.HeaderClassName
{
color: #CCBCFC;
}
.AnyTagClassName
{
color: #CCBCFC;
}
</style>
background-color css
<style>
a { background-color: #CCBCFC; }
a { background-color: rgb(204,188,252); }
div.DivClassName
{
background-color: #CCBCFC;
}
.BgClassName
{
background-color: #CCBCFC;
}
</style>
border-color css
<style>
span { border-color: #CCBCFC; }
span { border-color: rgb(204,188,252); }
td.TdClassName
{
border-color: #CCBCFC;
}
.TagClassName
{
border-color: #CCBCFC;
}
</style>