Shades of Prelude #CDBED4
Tints of Prelude #CDBED4
RGB
CMYK
RGB Variations
Color information
#CDBED4 (or 0xCDBED4) is known color: Prelude. HEX triplet: CD, BE and D4. RGB value is (205,190,212). Sum of RGB (Red+Green+Blue) = 205+190+212=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 212 - color contains mainly: blue. Hex color #CDBED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBED4 is #32412B. Grayscale: #C4C4C4. Windows color (decimal): -3293484 or 13942477. OLE color: 13942477.
HSL color Cylindrical-coordinate representation of color #CDBED4: hue angle of 280.91º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDBED4 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 190 | 212 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.17 |
| HSL | 280.91º | 0.2% | 0.79% | - |
| HSV(B) | 280.91º | 0.1% | 0.83% | - |
| XYZ | 55.47 | 54.56 | 69.89 | - |
| YUV | 196.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 190 | 212 | 0.03 | 0.10 | 0 | 0.17 | 280.91 | 0.2 | 0.79 |
| Hex | CD | BE | D4 | 3 | A | 0 | 11 | 119 | 14 | 4F |
| Octal | 315 | 276 | 324 | 3 | 12 | 0 | 21 | 431 | 24 | 117 |
| Binary | 11001101 | 10111110 | 11010100 | 11 | 1010 | 0 | 10001 | 100011001 | 10100 | 1001111 |
Color Harmonies of #CDBED4
Complementary color
Monochromatic Colors of #CDBED4
Black with #CDBED4
Text Example
Text Example
White with #CDBED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBED4; }
p { color: rgb(205,190,212); }
H1.HeaderClassName
{
color: #CDBED4;
}
.AnyTagClassName
{
color: #CDBED4;
}
</style>
background-color css
<style>
a { background-color: #CDBED4; }
a { background-color: rgb(205,190,212); }
div.DivClassName
{
background-color: #CDBED4;
}
.BgClassName
{
background-color: #CDBED4;
}
</style>
border-color css
<style>
span { border-color: #CDBED4; }
span { border-color: rgb(205,190,212); }
td.TdClassName
{
border-color: #CDBED4;
}
.TagClassName
{
border-color: #CDBED4;
}
</style>