Shades of Prelude #CDBED7
Tints of Prelude #CDBED7
RGB
CMYK
RGB Variations
Color information
#CDBED7 (or 0xCDBED7) is known color: Prelude. HEX triplet: CD, BE and D7. RGB value is (205,190,215). Sum of RGB (Red+Green+Blue) = 205+190+215=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 215 - color contains mainly: blue. Hex color #CDBED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBED7 is #324128. Grayscale: #C5C5C5. Windows color (decimal): -3293481 or 14139085. OLE color: 14139085.
HSL color Cylindrical-coordinate representation of color #CDBED7: hue angle of 276º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDBED7 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 190 | 215 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.16 |
| HSL | 276º | 0.24% | 0.79% | - |
| HSV(B) | 276º | 0.12% | 0.84% | - |
| XYZ | 55.86 | 54.71 | 71.91 | - |
| YUV | 197.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 190 | 215 | 0.05 | 0.12 | 0 | 0.16 | 276 | 0.24 | 0.79 |
| Hex | CD | BE | D7 | 5 | C | 0 | 10 | 114 | 18 | 4F |
| Octal | 315 | 276 | 327 | 5 | 14 | 0 | 20 | 424 | 30 | 117 |
| Binary | 11001101 | 10111110 | 11010111 | 101 | 1100 | 0 | 10000 | 100010100 | 11000 | 1001111 |
Color Harmonies of #CDBED7
Complementary color
Monochromatic Colors of #CDBED7
Black with #CDBED7
Text Example
Text Example
White with #CDBED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBED7; }
p { color: rgb(205,190,215); }
H1.HeaderClassName
{
color: #CDBED7;
}
.AnyTagClassName
{
color: #CDBED7;
}
</style>
background-color css
<style>
a { background-color: #CDBED7; }
a { background-color: rgb(205,190,215); }
div.DivClassName
{
background-color: #CDBED7;
}
.BgClassName
{
background-color: #CDBED7;
}
</style>
border-color css
<style>
span { border-color: #CDBED7; }
span { border-color: rgb(205,190,215); }
td.TdClassName
{
border-color: #CDBED7;
}
.TagClassName
{
border-color: #CDBED7;
}
</style>