Shades of Lavender Blue #CCC1FD
Tints of Lavender Blue #CCC1FD
RGB
CMYK
RGB Variations
Color information
#CCC1FD (or 0xCCC1FD) is known color: Lavender Blue. HEX triplet: CC, C1 and FD. RGB value is (204,193,253). Sum of RGB (Red+Green+Blue) = 204+193+253=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 193 (75.78% from 255 or 29.69% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCC1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC1FD is #333E02. Grayscale: #CACACA. Windows color (decimal): -3358211 or 16630220. OLE color: 16630220.
HSL color Cylindrical-coordinate representation of color #CCC1FD: hue angle of 251º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCC1FD is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 193 | 253 | - |
CMYK | 0.19 | 0.24 | 0 | 0.01 |
HSL | 251º | 0.94% | 0.87% | - |
HSV(B) | 251º | 0.24% | 0.99% | - |
XYZ | 61.7 | 58.07 | 100.89 | - |
YUV | 203.13 | 156.14 | 128.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 193 | 253 | 0.19 | 0.24 | 0 | 0.01 | 251 | 0.94 | 0.87 |
Hex | CC | C1 | FD | 13 | 18 | 0 | 1 | FB | 5E | 57 |
Octal | 314 | 301 | 375 | 23 | 30 | 0 | 1 | 373 | 136 | 127 |
Binary | 11001100 | 11000001 | 11111101 | 10011 | 11000 | 0 | 1 | 11111011 | 1011110 | 1010111 |
Color Harmonies of #CCC1FD
Complementary color
Monochromatic Colors of #CCC1FD
Black with #CCC1FD
Text Example
Text Example
White with #CCC1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1FD; }
p { color: rgb(204,193,253); }
H1.HeaderClassName
{
color: #CCC1FD;
}
.AnyTagClassName
{
color: #CCC1FD;
}
</style>
background-color css
<style>
a { background-color: #CCC1FD; }
a { background-color: rgb(204,193,253); }
div.DivClassName
{
background-color: #CCC1FD;
}
.BgClassName
{
background-color: #CCC1FD;
}
</style>
border-color css
<style>
span { border-color: #CCC1FD; }
span { border-color: rgb(204,193,253); }
td.TdClassName
{
border-color: #CCC1FD;
}
.TagClassName
{
border-color: #CCC1FD;
}
</style>