Shades of Lavender Blue #CDCDF4
Tints of Lavender Blue #CDCDF4
RGB
CMYK
RGB Variations
Color information
#CDCDF4 (or 0xCDCDF4) is known color: Lavender Blue. HEX triplet: CD, CD and F4. RGB value is (205,205,244). Sum of RGB (Red+Green+Blue) = 205+205+244=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 244 (95.70% from 255 or 37.31% from 654); Max value from RGB is 244 - color contains mainly: blue. Hex color #CDCDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCDF4 is #32320B. Grayscale: #D1D1D1. Windows color (decimal): -3289612 or 16043469. OLE color: 16043469.
HSL color Cylindrical-coordinate representation of color #CDCDF4: hue angle of 240º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDCDF4 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 205 | 205 | 244 | - |
CMYK | 0.16 | 0.16 | 0 | 0.04 |
HSL | 240º | 0.64% | 0.88% | - |
HSV(B) | 240º | 0.16% | 0.96% | - |
XYZ | 63.34 | 63.17 | 94.44 | - |
YUV | 209.45 | 147.5 | 124.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 205 | 244 | 0.16 | 0.16 | 0 | 0.04 | 240 | 0.64 | 0.88 |
Hex | CD | CD | F4 | 10 | 10 | 0 | 4 | F0 | 40 | 58 |
Octal | 315 | 315 | 364 | 20 | 20 | 0 | 4 | 360 | 100 | 130 |
Binary | 11001101 | 11001101 | 11110100 | 10000 | 10000 | 0 | 100 | 11110000 | 1000000 | 1011000 |
Color Harmonies of #CDCDF4
Complementary color
Monochromatic Colors of #CDCDF4
Black with #CDCDF4
Text Example
Text Example
White with #CDCDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCDF4; }
p { color: rgb(205,205,244); }
H1.HeaderClassName
{
color: #CDCDF4;
}
.AnyTagClassName
{
color: #CDCDF4;
}
</style>
background-color css
<style>
a { background-color: #CDCDF4; }
a { background-color: rgb(205,205,244); }
div.DivClassName
{
background-color: #CDCDF4;
}
.BgClassName
{
background-color: #CDCDF4;
}
</style>
border-color css
<style>
span { border-color: #CDCDF4; }
span { border-color: rgb(205,205,244); }
td.TdClassName
{
border-color: #CDCDF4;
}
.TagClassName
{
border-color: #CDCDF4;
}
</style>