Shades of Lavender Blue #CDC8F0
Tints of Lavender Blue #CDC8F0
RGB
CMYK
RGB Variations
Color information
#CDC8F0 (or 0xCDC8F0) is known color: Lavender Blue. HEX triplet: CD, C8 and F0. RGB value is (205,200,240). Sum of RGB (Red+Green+Blue) = 205+200+240=645 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.78% from 645); Green value is 200 (78.52% from 255 or 31.01% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 240 - color contains mainly: blue. Hex color #CDC8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC8F0 is #32370F. Grayscale: #CDCDCD. Windows color (decimal): -3290896 or 15780045. OLE color: 15780045.
HSL color Cylindrical-coordinate representation of color #CDC8F0: hue angle of 247.5º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDC8F0 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 205 | 200 | 240 | - |
CMYK | 0.15 | 0.17 | 0 | 0.06 |
HSL | 247.5º | 0.57% | 0.86% | - |
HSV(B) | 247.5º | 0.17% | 0.94% | - |
XYZ | 61.56 | 60.58 | 90.89 | - |
YUV | 206.06 | 147.16 | 127.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 200 | 240 | 0.15 | 0.17 | 0 | 0.06 | 247.5 | 0.57 | 0.86 |
Hex | CD | C8 | F0 | F | 11 | 0 | 6 | F8 | 39 | 56 |
Octal | 315 | 310 | 360 | 17 | 21 | 0 | 6 | 370 | 71 | 126 |
Binary | 11001101 | 11001000 | 11110000 | 1111 | 10001 | 0 | 110 | 11111000 | 111001 | 1010110 |
Color Harmonies of #CDC8F0
Complementary color
Monochromatic Colors of #CDC8F0
Black with #CDC8F0
Text Example
Text Example
White with #CDC8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC8F0; }
p { color: rgb(205,200,240); }
H1.HeaderClassName
{
color: #CDC8F0;
}
.AnyTagClassName
{
color: #CDC8F0;
}
</style>
background-color css
<style>
a { background-color: #CDC8F0; }
a { background-color: rgb(205,200,240); }
div.DivClassName
{
background-color: #CDC8F0;
}
.BgClassName
{
background-color: #CDC8F0;
}
</style>
border-color css
<style>
span { border-color: #CDC8F0; }
span { border-color: rgb(205,200,240); }
td.TdClassName
{
border-color: #CDC8F0;
}
.TagClassName
{
border-color: #CDC8F0;
}
</style>