Shades of Lavender Blue #CCC4FD
Tints of Lavender Blue #CCC4FD
RGB
CMYK
RGB Variations
Color information
#CCC4FD (or 0xCCC4FD) is known color: Lavender Blue. HEX triplet: CC, C4 and FD. RGB value is (204,196,253). Sum of RGB (Red+Green+Blue) = 204+196+253=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCC4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC4FD is #333B02. Grayscale: #CCCCCC. Windows color (decimal): -3357443 or 16630988. OLE color: 16630988.
HSL color Cylindrical-coordinate representation of color #CCC4FD: hue angle of 248.42º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCC4FD is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 196 | 253 | - |
CMYK | 0.19 | 0.23 | 0 | 0.01 |
HSL | 248.42º | 0.93% | 0.88% | - |
HSV(B) | 248.42º | 0.23% | 0.99% | - |
XYZ | 62.37 | 59.41 | 101.11 | - |
YUV | 204.89 | 155.15 | 127.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 196 | 253 | 0.19 | 0.23 | 0 | 0.01 | 248.42 | 0.93 | 0.88 |
Hex | CC | C4 | FD | 13 | 17 | 0 | 1 | F8 | 5D | 58 |
Octal | 314 | 304 | 375 | 23 | 27 | 0 | 1 | 370 | 135 | 130 |
Binary | 11001100 | 11000100 | 11111101 | 10011 | 10111 | 0 | 1 | 11111000 | 1011101 | 1011000 |
Color Harmonies of #CCC4FD
Complementary color
Monochromatic Colors of #CCC4FD
Black with #CCC4FD
Text Example
Text Example
White with #CCC4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC4FD; }
p { color: rgb(204,196,253); }
H1.HeaderClassName
{
color: #CCC4FD;
}
.AnyTagClassName
{
color: #CCC4FD;
}
</style>
background-color css
<style>
a { background-color: #CCC4FD; }
a { background-color: rgb(204,196,253); }
div.DivClassName
{
background-color: #CCC4FD;
}
.BgClassName
{
background-color: #CCC4FD;
}
</style>
border-color css
<style>
span { border-color: #CCC4FD; }
span { border-color: rgb(204,196,253); }
td.TdClassName
{
border-color: #CCC4FD;
}
.TagClassName
{
border-color: #CCC4FD;
}
</style>