Shades of Blue Romance #CDE1CB
Tints of Blue Romance #CDE1CB
RGB
CMYK
RGB Variations
Color information
#CDE1CB (or 0xCDE1CB) is known color: Blue Romance. HEX triplet: CD, E1 and CB. RGB value is (205,225,203). Sum of RGB (Red+Green+Blue) = 205+225+203=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE1CB is #321E34. Grayscale: #D8D8D8. Windows color (decimal): -3284533 or 13361613. OLE color: 13361613.
HSL color Cylindrical-coordinate representation of color #CDE1CB: hue angle of 114.55º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDE1CB is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 203 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.12 |
| HSL | 114.55º | 0.27% | 0.84% | - |
| HSV(B) | 114.55º | 0.1% | 0.88% | - |
| XYZ | 62.88 | 71.14 | 66.92 | - |
| YUV | 216.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 203 | 0.09 | 0 | 0.10 | 0.12 | 114.55 | 0.27 | 0.84 |
| Hex | CD | E1 | CB | 9 | 0 | A | C | 73 | 1B | 54 |
| Octal | 315 | 341 | 313 | 11 | 0 | 12 | 14 | 163 | 33 | 124 |
| Binary | 11001101 | 11100001 | 11001011 | 1001 | 0 | 1010 | 1100 | 1110011 | 11011 | 1010100 |
Color Harmonies of #CDE1CB
Complementary color
Monochromatic Colors of #CDE1CB
Black with #CDE1CB
Text Example
Text Example
White with #CDE1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE1CB; }
p { color: rgb(205,225,203); }
H1.HeaderClassName
{
color: #CDE1CB;
}
.AnyTagClassName
{
color: #CDE1CB;
}
</style>
background-color css
<style>
a { background-color: #CDE1CB; }
a { background-color: rgb(205,225,203); }
div.DivClassName
{
background-color: #CDE1CB;
}
.BgClassName
{
background-color: #CDE1CB;
}
</style>
border-color css
<style>
span { border-color: #CDE1CB; }
span { border-color: rgb(205,225,203); }
td.TdClassName
{
border-color: #CDE1CB;
}
.TagClassName
{
border-color: #CDE1CB;
}
</style>