Shades of Lavender Blue #CCCFF1
Tints of Lavender Blue #CCCFF1
RGB
CMYK
RGB Variations
Color information
#CCCFF1 (or 0xCCCFF1) is known color: Lavender Blue. HEX triplet: CC, CF and F1. RGB value is (204,207,241). Sum of RGB (Red+Green+Blue) = 204+207+241=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCCFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFF1 is #33300E. Grayscale: #D1D1D1. Windows color (decimal): -3354639 or 15847372. OLE color: 15847372.
HSL color Cylindrical-coordinate representation of color #CCCFF1: hue angle of 235.14º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCCFF1 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 207 | 241 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.05 |
| HSL | 235.14º | 0.57% | 0.87% | - |
| HSV(B) | 235.14º | 0.15% | 0.95% | - |
| XYZ | 63.09 | 63.81 | 92.21 | - |
| YUV | 209.98 | 145.51 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 241 | 0.15 | 0.14 | 0 | 0.05 | 235.14 | 0.57 | 0.87 |
| Hex | CC | CF | F1 | F | E | 0 | 5 | EB | 39 | 57 |
| Octal | 314 | 317 | 361 | 17 | 16 | 0 | 5 | 353 | 71 | 127 |
| Binary | 11001100 | 11001111 | 11110001 | 1111 | 1110 | 0 | 101 | 11101011 | 111001 | 1010111 |
Color Harmonies of #CCCFF1
Complementary color
Monochromatic Colors of #CCCFF1
Black with #CCCFF1
Text Example
Text Example
White with #CCCFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFF1; }
p { color: rgb(204,207,241); }
H1.HeaderClassName
{
color: #CCCFF1;
}
.AnyTagClassName
{
color: #CCCFF1;
}
</style>
background-color css
<style>
a { background-color: #CCCFF1; }
a { background-color: rgb(204,207,241); }
div.DivClassName
{
background-color: #CCCFF1;
}
.BgClassName
{
background-color: #CCCFF1;
}
</style>
border-color css
<style>
span { border-color: #CCCFF1; }
span { border-color: rgb(204,207,241); }
td.TdClassName
{
border-color: #CCCFF1;
}
.TagClassName
{
border-color: #CCCFF1;
}
</style>