Shades of Blue Romance #CDE4CB
Tints of Blue Romance #CDE4CB
RGB
CMYK
RGB Variations
Color information
#CDE4CB (or 0xCDE4CB) is known color: Blue Romance. HEX triplet: CD, E4 and CB. RGB value is (205,228,203). Sum of RGB (Red+Green+Blue) = 205+228+203=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE4CB is #321B34. Grayscale: #DADADA. Windows color (decimal): -3283765 or 13362381. OLE color: 13362381.
HSL color Cylindrical-coordinate representation of color #CDE4CB: hue angle of 115.2º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDE4CB is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 228 | 203 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.11 |
| HSL | 115.2º | 0.32% | 0.85% | - |
| HSV(B) | 115.2º | 0.11% | 0.89% | - |
| XYZ | 63.7 | 72.78 | 67.19 | - |
| YUV | 218.27 | 119.38 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 203 | 0.10 | 0 | 0.11 | 0.11 | 115.2 | 0.32 | 0.85 |
| Hex | CD | E4 | CB | A | 0 | B | B | 73 | 20 | 55 |
| Octal | 315 | 344 | 313 | 12 | 0 | 13 | 13 | 163 | 40 | 125 |
| Binary | 11001101 | 11100100 | 11001011 | 1010 | 0 | 1011 | 1011 | 1110011 | 100000 | 1010101 |
Color Harmonies of #CDE4CB
Complementary color
Monochromatic Colors of #CDE4CB
Black with #CDE4CB
Text Example
Text Example
White with #CDE4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE4CB; }
p { color: rgb(205,228,203); }
H1.HeaderClassName
{
color: #CDE4CB;
}
.AnyTagClassName
{
color: #CDE4CB;
}
</style>
background-color css
<style>
a { background-color: #CDE4CB; }
a { background-color: rgb(205,228,203); }
div.DivClassName
{
background-color: #CDE4CB;
}
.BgClassName
{
background-color: #CDE4CB;
}
</style>
border-color css
<style>
span { border-color: #CDE4CB; }
span { border-color: rgb(205,228,203); }
td.TdClassName
{
border-color: #CDE4CB;
}
.TagClassName
{
border-color: #CDE4CB;
}
</style>