Shades of Lavender Blue #CCC8FD
Tints of Lavender Blue #CCC8FD
RGB
CMYK
RGB Variations
Color information
#CCC8FD (or 0xCCC8FD) is known color: Lavender Blue. HEX triplet: CC, C8 and FD. RGB value is (204,200,253). Sum of RGB (Red+Green+Blue) = 204+200+253=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 200 (78.52% from 255 or 30.44% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCC8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC8FD is #333702. Grayscale: #CFCFCF. Windows color (decimal): -3356419 or 16632012. OLE color: 16632012.
HSL color Cylindrical-coordinate representation of color #CCC8FD: hue angle of 244.53º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCC8FD is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 200 | 253 | - |
CMYK | 0.19 | 0.21 | 0 | 0.01 |
HSL | 244.53º | 0.93% | 0.89% | - |
HSV(B) | 244.53º | 0.21% | 0.99% | - |
XYZ | 63.29 | 61.24 | 101.41 | - |
YUV | 207.24 | 153.83 | 125.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 200 | 253 | 0.19 | 0.21 | 0 | 0.01 | 244.53 | 0.93 | 0.89 |
Hex | CC | C8 | FD | 13 | 15 | 0 | 1 | F5 | 5D | 59 |
Octal | 314 | 310 | 375 | 23 | 25 | 0 | 1 | 365 | 135 | 131 |
Binary | 11001100 | 11001000 | 11111101 | 10011 | 10101 | 0 | 1 | 11110101 | 1011101 | 1011001 |
Color Harmonies of #CCC8FD
Complementary color
Monochromatic Colors of #CCC8FD
Black with #CCC8FD
Text Example
Text Example
White with #CCC8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC8FD; }
p { color: rgb(204,200,253); }
H1.HeaderClassName
{
color: #CCC8FD;
}
.AnyTagClassName
{
color: #CCC8FD;
}
</style>
background-color css
<style>
a { background-color: #CCC8FD; }
a { background-color: rgb(204,200,253); }
div.DivClassName
{
background-color: #CCC8FD;
}
.BgClassName
{
background-color: #CCC8FD;
}
</style>
border-color css
<style>
span { border-color: #CCC8FD; }
span { border-color: rgb(204,200,253); }
td.TdClassName
{
border-color: #CCC8FD;
}
.TagClassName
{
border-color: #CCC8FD;
}
</style>