Shades of Lavender Blue #CCD4FD
Tints of Lavender Blue #CCD4FD
RGB
CMYK
RGB Variations
Color information
#CCD4FD (or 0xCCD4FD) is known color: Lavender Blue. HEX triplet: CC, D4 and FD. RGB value is (204,212,253). Sum of RGB (Red+Green+Blue) = 204+212+253=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 212 (83.20% from 255 or 31.69% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCD4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD4FD is #332B02. Grayscale: #D6D6D6. Windows color (decimal): -3353347 or 16635084. OLE color: 16635084.
HSL color Cylindrical-coordinate representation of color #CCD4FD: hue angle of 230.2º 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 #CCD4FD is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 212 | 253 | - |
CMYK | 0.19 | 0.16 | 0 | 0.01 |
HSL | 230.2º | 0.92% | 0.9% | - |
HSV(B) | 230.2º | 0.19% | 0.99% | - |
XYZ | 66.17 | 67.02 | 102.38 | - |
YUV | 214.28 | 149.85 | 120.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 212 | 253 | 0.19 | 0.16 | 0 | 0.01 | 230.2 | 0.92 | 0.9 |
Hex | CC | D4 | FD | 13 | 10 | 0 | 1 | E6 | 5C | 5A |
Octal | 314 | 324 | 375 | 23 | 20 | 0 | 1 | 346 | 134 | 132 |
Binary | 11001100 | 11010100 | 11111101 | 10011 | 10000 | 0 | 1 | 11100110 | 1011100 | 1011010 |
Color Harmonies of #CCD4FD
Complementary color
Monochromatic Colors of #CCD4FD
Black with #CCD4FD
Text Example
Text Example
White with #CCD4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD4FD; }
p { color: rgb(204,212,253); }
H1.HeaderClassName
{
color: #CCD4FD;
}
.AnyTagClassName
{
color: #CCD4FD;
}
</style>
background-color css
<style>
a { background-color: #CCD4FD; }
a { background-color: rgb(204,212,253); }
div.DivClassName
{
background-color: #CCD4FD;
}
.BgClassName
{
background-color: #CCD4FD;
}
</style>
border-color css
<style>
span { border-color: #CCD4FD; }
span { border-color: rgb(204,212,253); }
td.TdClassName
{
border-color: #CCD4FD;
}
.TagClassName
{
border-color: #CCD4FD;
}
</style>