Shades of Blue Romance #CDE6CB
Tints of Blue Romance #CDE6CB
RGB
CMYK
RGB Variations
Color information
#CDE6CB (or 0xCDE6CB) is known color: Blue Romance. HEX triplet: CD, E6 and CB. RGB value is (205,230,203). Sum of RGB (Red+Green+Blue) = 205+230+203=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 230 (90.23% from 255 or 36.05% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE6CB is #321934. Grayscale: #DBDBDB. Windows color (decimal): -3283253 or 13362893. OLE color: 13362893.
HSL color Cylindrical-coordinate representation of color #CDE6CB: hue angle of 115.56º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDE6CB is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 203 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.10 |
| HSL | 115.56º | 0.35% | 0.85% | - |
| HSV(B) | 115.56º | 0.12% | 0.9% | - |
| XYZ | 64.25 | 73.88 | 67.37 | - |
| YUV | 219.45 | 118.72 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 203 | 0.11 | 0 | 0.12 | 0.10 | 115.56 | 0.35 | 0.85 |
| Hex | CD | E6 | CB | B | 0 | C | A | 74 | 23 | 55 |
| Octal | 315 | 346 | 313 | 13 | 0 | 14 | 12 | 164 | 43 | 125 |
| Binary | 11001101 | 11100110 | 11001011 | 1011 | 0 | 1100 | 1010 | 1110100 | 100011 | 1010101 |
Color Harmonies of #CDE6CB
Complementary color
Monochromatic Colors of #CDE6CB
Black with #CDE6CB
Text Example
Text Example
White with #CDE6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE6CB; }
p { color: rgb(205,230,203); }
H1.HeaderClassName
{
color: #CDE6CB;
}
.AnyTagClassName
{
color: #CDE6CB;
}
</style>
background-color css
<style>
a { background-color: #CDE6CB; }
a { background-color: rgb(205,230,203); }
div.DivClassName
{
background-color: #CDE6CB;
}
.BgClassName
{
background-color: #CDE6CB;
}
</style>
border-color css
<style>
span { border-color: #CDE6CB; }
span { border-color: rgb(205,230,203); }
td.TdClassName
{
border-color: #CDE6CB;
}
.TagClassName
{
border-color: #CDE6CB;
}
</style>