Shades of Lavender Blue #CCCFFB
Tints of Lavender Blue #CCCFFB
RGB
CMYK
RGB Variations
Color information
#CCCFFB (or 0xCCCFFB) is known color: Lavender Blue. HEX triplet: CC, CF and FB. RGB value is (204,207,251). Sum of RGB (Red+Green+Blue) = 204+207+251=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCCFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFFB is #333004. Grayscale: #D2D2D2. Windows color (decimal): -3354629 or 16502732. OLE color: 16502732.
HSL color Cylindrical-coordinate representation of color #CCCFFB: hue angle of 236.17º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCCFFB is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 207 | 251 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.02 |
| HSL | 236.17º | 0.85% | 0.89% | - |
| HSV(B) | 236.17º | 0.19% | 0.98% | - |
| XYZ | 64.63 | 64.43 | 100.3 | - |
| YUV | 211.12 | 150.51 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 251 | 0.19 | 0.18 | 0 | 0.02 | 236.17 | 0.85 | 0.89 |
| Hex | CC | CF | FB | 13 | 12 | 0 | 2 | EC | 55 | 59 |
| Octal | 314 | 317 | 373 | 23 | 22 | 0 | 2 | 354 | 125 | 131 |
| Binary | 11001100 | 11001111 | 11111011 | 10011 | 10010 | 0 | 10 | 11101100 | 1010101 | 1011001 |
Color Harmonies of #CCCFFB
Complementary color
Monochromatic Colors of #CCCFFB
Black with #CCCFFB
Text Example
Text Example
White with #CCCFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFFB; }
p { color: rgb(204,207,251); }
H1.HeaderClassName
{
color: #CCCFFB;
}
.AnyTagClassName
{
color: #CCCFFB;
}
</style>
background-color css
<style>
a { background-color: #CCCFFB; }
a { background-color: rgb(204,207,251); }
div.DivClassName
{
background-color: #CCCFFB;
}
.BgClassName
{
background-color: #CCCFFB;
}
</style>
border-color css
<style>
span { border-color: #CCCFFB; }
span { border-color: rgb(204,207,251); }
td.TdClassName
{
border-color: #CCCFFB;
}
.TagClassName
{
border-color: #CCCFFB;
}
</style>