Shades of Blue Romance #CDE7CB
Tints of Blue Romance #CDE7CB
RGB
CMYK
RGB Variations
Color information
#CDE7CB (or 0xCDE7CB) is known color: Blue Romance. HEX triplet: CD, E7 and CB. RGB value is (205,231,203). Sum of RGB (Red+Green+Blue) = 205+231+203=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 231 (90.62% from 255 or 36.15% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE7CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE7CB is #321834. Grayscale: #DCDCDC. Windows color (decimal): -3282997 or 13363149. OLE color: 13363149.
HSL color Cylindrical-coordinate representation of color #CDE7CB: hue angle of 115.71º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDE7CB is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 203 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.09 |
| HSL | 115.71º | 0.37% | 0.85% | - |
| HSV(B) | 115.71º | 0.12% | 0.91% | - |
| XYZ | 64.53 | 74.44 | 67.47 | - |
| YUV | 220.03 | 118.39 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 203 | 0.11 | 0 | 0.12 | 0.09 | 115.71 | 0.37 | 0.85 |
| Hex | CD | E7 | CB | B | 0 | C | 9 | 74 | 25 | 55 |
| Octal | 315 | 347 | 313 | 13 | 0 | 14 | 11 | 164 | 45 | 125 |
| Binary | 11001101 | 11100111 | 11001011 | 1011 | 0 | 1100 | 1001 | 1110100 | 100101 | 1010101 |
Color Harmonies of #CDE7CB
Complementary color
Monochromatic Colors of #CDE7CB
Black with #CDE7CB
Text Example
Text Example
White with #CDE7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE7CB; }
p { color: rgb(205,231,203); }
H1.HeaderClassName
{
color: #CDE7CB;
}
.AnyTagClassName
{
color: #CDE7CB;
}
</style>
background-color css
<style>
a { background-color: #CDE7CB; }
a { background-color: rgb(205,231,203); }
div.DivClassName
{
background-color: #CDE7CB;
}
.BgClassName
{
background-color: #CDE7CB;
}
</style>
border-color css
<style>
span { border-color: #CDE7CB; }
span { border-color: rgb(205,231,203); }
td.TdClassName
{
border-color: #CDE7CB;
}
.TagClassName
{
border-color: #CDE7CB;
}
</style>