Shades of Lavender Blue #CDC9F0
Tints of Lavender Blue #CDC9F0
RGB
CMYK
RGB Variations
Color information
#CDC9F0 (or 0xCDC9F0) is known color: Lavender Blue. HEX triplet: CD, C9 and F0. RGB value is (205,201,240). Sum of RGB (Red+Green+Blue) = 205+201+240=646 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.73% from 646); Green value is 201 (78.91% from 255 or 31.11% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 240 - color contains mainly: blue. Hex color #CDC9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC9F0 is #32360F. Grayscale: #CECECE. Windows color (decimal): -3290640 or 15780301. OLE color: 15780301.
HSL color Cylindrical-coordinate representation of color #CDC9F0: hue angle of 246.15º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDC9F0 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 201 | 240 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.06 |
| HSL | 246.15º | 0.57% | 0.86% | - |
| HSV(B) | 246.15º | 0.16% | 0.94% | - |
| XYZ | 61.79 | 61.04 | 90.96 | - |
| YUV | 206.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 240 | 0.15 | 0.16 | 0 | 0.06 | 246.15 | 0.57 | 0.86 |
| Hex | CD | C9 | F0 | F | 10 | 0 | 6 | F6 | 39 | 56 |
| Octal | 315 | 311 | 360 | 17 | 20 | 0 | 6 | 366 | 71 | 126 |
| Binary | 11001101 | 11001001 | 11110000 | 1111 | 10000 | 0 | 110 | 11110110 | 111001 | 1010110 |
Color Harmonies of #CDC9F0
Complementary color
Monochromatic Colors of #CDC9F0
Black with #CDC9F0
Text Example
Text Example
White with #CDC9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC9F0; }
p { color: rgb(205,201,240); }
H1.HeaderClassName
{
color: #CDC9F0;
}
.AnyTagClassName
{
color: #CDC9F0;
}
</style>
background-color css
<style>
a { background-color: #CDC9F0; }
a { background-color: rgb(205,201,240); }
div.DivClassName
{
background-color: #CDC9F0;
}
.BgClassName
{
background-color: #CDC9F0;
}
</style>
border-color css
<style>
span { border-color: #CDC9F0; }
span { border-color: rgb(205,201,240); }
td.TdClassName
{
border-color: #CDC9F0;
}
.TagClassName
{
border-color: #CDC9F0;
}
</style>