Shades of Lavender Blue #CCCEFD
Tints of Lavender Blue #CCCEFD
RGB
CMYK
RGB Variations
Color information
#CCCEFD (or 0xCCCEFD) is known color: Lavender Blue. HEX triplet: CC, CE and FD. RGB value is (204,206,253). Sum of RGB (Red+Green+Blue) = 204+206+253=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 206 (80.86% from 255 or 31.07% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCCEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEFD is #333102. Grayscale: #D2D2D2. Windows color (decimal): -3354883 or 16633548. OLE color: 16633548.
HSL color Cylindrical-coordinate representation of color #CCCEFD: hue angle of 237.55º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCCEFD is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 206 | 253 | - |
CMYK | 0.19 | 0.19 | 0 | 0.01 |
HSL | 237.55º | 0.92% | 0.9% | - |
HSV(B) | 237.55º | 0.19% | 0.99% | - |
XYZ | 64.7 | 64.07 | 101.89 | - |
YUV | 210.76 | 151.84 | 123.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 206 | 253 | 0.19 | 0.19 | 0 | 0.01 | 237.55 | 0.92 | 0.9 |
Hex | CC | CE | FD | 13 | 13 | 0 | 1 | EE | 5C | 5A |
Octal | 314 | 316 | 375 | 23 | 23 | 0 | 1 | 356 | 134 | 132 |
Binary | 11001100 | 11001110 | 11111101 | 10011 | 10011 | 0 | 1 | 11101110 | 1011100 | 1011010 |
Color Harmonies of #CCCEFD
Complementary color
Monochromatic Colors of #CCCEFD
Black with #CCCEFD
Text Example
Text Example
White with #CCCEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEFD; }
p { color: rgb(204,206,253); }
H1.HeaderClassName
{
color: #CCCEFD;
}
.AnyTagClassName
{
color: #CCCEFD;
}
</style>
background-color css
<style>
a { background-color: #CCCEFD; }
a { background-color: rgb(204,206,253); }
div.DivClassName
{
background-color: #CCCEFD;
}
.BgClassName
{
background-color: #CCCEFD;
}
</style>
border-color css
<style>
span { border-color: #CCCEFD; }
span { border-color: rgb(204,206,253); }
td.TdClassName
{
border-color: #CCCEFD;
}
.TagClassName
{
border-color: #CCCEFD;
}
</style>