Shades of Lavender Blue #CCCFF9
Tints of Lavender Blue #CCCFF9
RGB
CMYK
RGB Variations
Color information
#CCCFF9 (or 0xCCCFF9) is known color: Lavender Blue. HEX triplet: CC, CF and F9. RGB value is (204,207,249). Sum of RGB (Red+Green+Blue) = 204+207+249=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 249 (97.66% from 255 or 37.73% from 660); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCCFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFF9 is #333006. Grayscale: #D2D2D2. Windows color (decimal): -3354631 or 16371660. OLE color: 16371660.
HSL color Cylindrical-coordinate representation of color #CCCFF9: hue angle of 236º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCCFF9 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 207 | 249 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.02 |
| HSL | 236º | 0.79% | 0.89% | - |
| HSV(B) | 236º | 0.18% | 0.98% | - |
| XYZ | 64.31 | 64.3 | 98.64 | - |
| YUV | 210.89 | 149.51 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 249 | 0.18 | 0.17 | 0 | 0.02 | 236 | 0.79 | 0.89 |
| Hex | CC | CF | F9 | 12 | 11 | 0 | 2 | EC | 4F | 59 |
| Octal | 314 | 317 | 371 | 22 | 21 | 0 | 2 | 354 | 117 | 131 |
| Binary | 11001100 | 11001111 | 11111001 | 10010 | 10001 | 0 | 10 | 11101100 | 1001111 | 1011001 |
Color Harmonies of #CCCFF9
Complementary color
Monochromatic Colors of #CCCFF9
Black with #CCCFF9
Text Example
Text Example
White with #CCCFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFF9; }
p { color: rgb(204,207,249); }
H1.HeaderClassName
{
color: #CCCFF9;
}
.AnyTagClassName
{
color: #CCCFF9;
}
</style>
background-color css
<style>
a { background-color: #CCCFF9; }
a { background-color: rgb(204,207,249); }
div.DivClassName
{
background-color: #CCCFF9;
}
.BgClassName
{
background-color: #CCCFF9;
}
</style>
border-color css
<style>
span { border-color: #CCCFF9; }
span { border-color: rgb(204,207,249); }
td.TdClassName
{
border-color: #CCCFF9;
}
.TagClassName
{
border-color: #CCCFF9;
}
</style>