Shades of Lavender Blue #CCCFEF
Tints of Lavender Blue #CCCFEF
RGB
CMYK
RGB Variations
Color information
#CCCFEF (or 0xCCCFEF) is known color: Lavender Blue. HEX triplet: CC, CF and EF. RGB value is (204,207,239). Sum of RGB (Red+Green+Blue) = 204+207+239=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCCFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFEF is #333010. Grayscale: #D1D1D1. Windows color (decimal): -3354641 or 15716300. OLE color: 15716300.
HSL color Cylindrical-coordinate representation of color #CCCFEF: hue angle of 234.86º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCCFEF is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 207 | 239 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.06 |
| HSL | 234.86º | 0.52% | 0.87% | - |
| HSV(B) | 234.86º | 0.15% | 0.94% | - |
| XYZ | 62.79 | 63.7 | 90.65 | - |
| YUV | 209.75 | 144.51 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 239 | 0.15 | 0.13 | 0 | 0.06 | 234.86 | 0.52 | 0.87 |
| Hex | CC | CF | EF | F | D | 0 | 6 | EB | 34 | 57 |
| Octal | 314 | 317 | 357 | 17 | 15 | 0 | 6 | 353 | 64 | 127 |
| Binary | 11001100 | 11001111 | 11101111 | 1111 | 1101 | 0 | 110 | 11101011 | 110100 | 1010111 |
Color Harmonies of #CCCFEF
Complementary color
Monochromatic Colors of #CCCFEF
Black with #CCCFEF
Text Example
Text Example
White with #CCCFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFEF; }
p { color: rgb(204,207,239); }
H1.HeaderClassName
{
color: #CCCFEF;
}
.AnyTagClassName
{
color: #CCCFEF;
}
</style>
background-color css
<style>
a { background-color: #CCCFEF; }
a { background-color: rgb(204,207,239); }
div.DivClassName
{
background-color: #CCCFEF;
}
.BgClassName
{
background-color: #CCCFEF;
}
</style>
border-color css
<style>
span { border-color: #CCCFEF; }
span { border-color: rgb(204,207,239); }
td.TdClassName
{
border-color: #CCCFEF;
}
.TagClassName
{
border-color: #CCCFEF;
}
</style>