Shades of Prelude #CDBDDB
Tints of Prelude #CDBDDB
RGB
CMYK
RGB Variations
Color information
#CDBDDB (or 0xCDBDDB) is known color: Prelude. HEX triplet: CD, BD and DB. RGB value is (205,189,219). Sum of RGB (Red+Green+Blue) = 205+189+219=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDBDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBDDB is #324224. Grayscale: #C5C5C5. Windows color (decimal): -3293733 or 14400973. OLE color: 14400973.
HSL color Cylindrical-coordinate representation of color #CDBDDB: hue angle of 272º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDBDDB is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 205 | 189 | 219 | - |
CMYK | 0.06 | 0.14 | 0 | 0.14 |
HSL | 272º | 0.29% | 0.8% | - |
HSV(B) | 272º | 0.14% | 0.86% | - |
XYZ | 56.16 | 54.49 | 74.58 | - |
YUV | 197.2 | 140.3 | 133.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 189 | 219 | 0.06 | 0.14 | 0 | 0.14 | 272 | 0.29 | 0.8 |
Hex | CD | BD | DB | 6 | E | 0 | E | 110 | 1D | 50 |
Octal | 315 | 275 | 333 | 6 | 16 | 0 | 16 | 420 | 35 | 120 |
Binary | 11001101 | 10111101 | 11011011 | 110 | 1110 | 0 | 1110 | 100010000 | 11101 | 1010000 |
Color Harmonies of #CDBDDB
Complementary color
Monochromatic Colors of #CDBDDB
Black with #CDBDDB
Text Example
Text Example
White with #CDBDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBDDB; }
p { color: rgb(205,189,219); }
H1.HeaderClassName
{
color: #CDBDDB;
}
.AnyTagClassName
{
color: #CDBDDB;
}
</style>
background-color css
<style>
a { background-color: #CDBDDB; }
a { background-color: rgb(205,189,219); }
div.DivClassName
{
background-color: #CDBDDB;
}
.BgClassName
{
background-color: #CDBDDB;
}
</style>
border-color css
<style>
span { border-color: #CDBDDB; }
span { border-color: rgb(205,189,219); }
td.TdClassName
{
border-color: #CDBDDB;
}
.TagClassName
{
border-color: #CDBDDB;
}
</style>