Shades of Lavender Blue #CCD5FD
Tints of Lavender Blue #CCD5FD
RGB
CMYK
RGB Variations
Color information
#CCD5FD (or 0xCCD5FD) is known color: Lavender Blue. HEX triplet: CC, D5 and FD. RGB value is (204,213,253). Sum of RGB (Red+Green+Blue) = 204+213+253=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 213 (83.59% from 255 or 31.79% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCD5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD5FD is #332A02. Grayscale: #D6D6D6. Windows color (decimal): -3353091 or 16635340. OLE color: 16635340.
HSL color Cylindrical-coordinate representation of color #CCD5FD: hue angle of 228.98º 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 #CCD5FD is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 213 | 253 | - |
CMYK | 0.19 | 0.16 | 0 | 0.01 |
HSL | 228.98º | 0.92% | 0.9% | - |
HSV(B) | 228.98º | 0.19% | 0.99% | - |
XYZ | 66.43 | 67.52 | 102.46 | - |
YUV | 214.87 | 149.52 | 120.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 213 | 253 | 0.19 | 0.16 | 0 | 0.01 | 228.98 | 0.92 | 0.9 |
Hex | CC | D5 | FD | 13 | 10 | 0 | 1 | E5 | 5C | 5A |
Octal | 314 | 325 | 375 | 23 | 20 | 0 | 1 | 345 | 134 | 132 |
Binary | 11001100 | 11010101 | 11111101 | 10011 | 10000 | 0 | 1 | 11100101 | 1011100 | 1011010 |
Color Harmonies of #CCD5FD
Complementary color
Monochromatic Colors of #CCD5FD
Black with #CCD5FD
Text Example
Text Example
White with #CCD5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD5FD; }
p { color: rgb(204,213,253); }
H1.HeaderClassName
{
color: #CCD5FD;
}
.AnyTagClassName
{
color: #CCD5FD;
}
</style>
background-color css
<style>
a { background-color: #CCD5FD; }
a { background-color: rgb(204,213,253); }
div.DivClassName
{
background-color: #CCD5FD;
}
.BgClassName
{
background-color: #CCD5FD;
}
</style>
border-color css
<style>
span { border-color: #CCD5FD; }
span { border-color: rgb(204,213,253); }
td.TdClassName
{
border-color: #CCD5FD;
}
.TagClassName
{
border-color: #CCD5FD;
}
</style>