Shades of Lavender Blue #CCCFF5
Tints of Lavender Blue #CCCFF5
RGB
CMYK
RGB Variations
Color information
#CCCFF5 (or 0xCCCFF5) is known color: Lavender Blue. HEX triplet: CC, CF and F5. RGB value is (204,207,245). Sum of RGB (Red+Green+Blue) = 204+207+245=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 245 (96.09% from 255 or 37.35% from 656); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCCFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFF5 is #33300A. Grayscale: #D2D2D2. Windows color (decimal): -3354635 or 16109516. OLE color: 16109516.
HSL color Cylindrical-coordinate representation of color #CCCFF5: hue angle of 235.61º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCCFF5 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 204 | 207 | 245 | - |
CMYK | 0.17 | 0.16 | 0 | 0.04 |
HSL | 235.61º | 0.67% | 0.88% | - |
HSV(B) | 235.61º | 0.17% | 0.96% | - |
XYZ | 63.7 | 64.06 | 95.39 | - |
YUV | 210.44 | 147.51 | 123.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 207 | 245 | 0.17 | 0.16 | 0 | 0.04 | 235.61 | 0.67 | 0.88 |
Hex | CC | CF | F5 | 11 | 10 | 0 | 4 | EC | 43 | 58 |
Octal | 314 | 317 | 365 | 21 | 20 | 0 | 4 | 354 | 103 | 130 |
Binary | 11001100 | 11001111 | 11110101 | 10001 | 10000 | 0 | 100 | 11101100 | 1000011 | 1011000 |
Color Harmonies of #CCCFF5
Complementary color
Monochromatic Colors of #CCCFF5
Black with #CCCFF5
Text Example
Text Example
White with #CCCFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFF5; }
p { color: rgb(204,207,245); }
H1.HeaderClassName
{
color: #CCCFF5;
}
.AnyTagClassName
{
color: #CCCFF5;
}
</style>
background-color css
<style>
a { background-color: #CCCFF5; }
a { background-color: rgb(204,207,245); }
div.DivClassName
{
background-color: #CCCFF5;
}
.BgClassName
{
background-color: #CCCFF5;
}
</style>
border-color css
<style>
span { border-color: #CCCFF5; }
span { border-color: rgb(204,207,245); }
td.TdClassName
{
border-color: #CCCFF5;
}
.TagClassName
{
border-color: #CCCFF5;
}
</style>