Shades of Lavender Blue #CCC4FE
Tints of Lavender Blue #CCC4FE
RGB
CMYK
RGB Variations
Color information
#CCC4FE (or 0xCCC4FE) is known color: Lavender Blue. HEX triplet: CC, C4 and FE. RGB value is (204,196,254). Sum of RGB (Red+Green+Blue) = 204+196+254=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 196 (76.95% from 255 or 29.97% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCC4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC4FE is #333B01. Grayscale: #CCCCCC. Windows color (decimal): -3357442 or 16696524. OLE color: 16696524.
HSL color Cylindrical-coordinate representation of color #CCC4FE: hue angle of 248.28º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCC4FE is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 204 | 196 | 254 | - |
CMYK | 0.20 | 0.23 | 0 | 0.00 |
HSL | 248.28º | 0.97% | 0.88% | - |
HSV(B) | 248.28º | 0.23% | 1% | - |
XYZ | 62.53 | 59.47 | 101.95 | - |
YUV | 205 | 155.65 | 127.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 196 | 254 | 0.20 | 0.23 | 0 | 0.00 | 248.28 | 0.97 | 0.88 |
Hex | CC | C4 | FE | 14 | 17 | 0 | 0 | F8 | 61 | 58 |
Octal | 314 | 304 | 376 | 24 | 27 | 0 | 0 | 370 | 141 | 130 |
Binary | 11001100 | 11000100 | 11111110 | 10100 | 10111 | 0 | 0 | 11111000 | 1100001 | 1011000 |
Color Harmonies of #CCC4FE
Complementary color
Monochromatic Colors of #CCC4FE
Black with #CCC4FE
Text Example
Text Example
White with #CCC4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC4FE; }
p { color: rgb(204,196,254); }
H1.HeaderClassName
{
color: #CCC4FE;
}
.AnyTagClassName
{
color: #CCC4FE;
}
</style>
background-color css
<style>
a { background-color: #CCC4FE; }
a { background-color: rgb(204,196,254); }
div.DivClassName
{
background-color: #CCC4FE;
}
.BgClassName
{
background-color: #CCC4FE;
}
</style>
border-color css
<style>
span { border-color: #CCC4FE; }
span { border-color: rgb(204,196,254); }
td.TdClassName
{
border-color: #CCC4FE;
}
.TagClassName
{
border-color: #CCC4FE;
}
</style>