Shades of Blue Romance #CDE2CB
Tints of Blue Romance #CDE2CB
RGB
CMYK
RGB Variations
Color information
#CDE2CB (or 0xCDE2CB) is known color: Blue Romance. HEX triplet: CD, E2 and CB. RGB value is (205,226,203). Sum of RGB (Red+Green+Blue) = 205+226+203=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE2CB is #321D34. Grayscale: #D9D9D9. Windows color (decimal): -3284277 or 13361869. OLE color: 13361869.
HSL color Cylindrical-coordinate representation of color #CDE2CB: hue angle of 114.78º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDE2CB is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 203 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.11 |
| HSL | 114.78º | 0.28% | 0.84% | - |
| HSV(B) | 114.78º | 0.1% | 0.89% | - |
| XYZ | 63.15 | 71.68 | 67.01 | - |
| YUV | 217.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 203 | 0.09 | 0 | 0.10 | 0.11 | 114.78 | 0.28 | 0.84 |
| Hex | CD | E2 | CB | 9 | 0 | A | B | 73 | 1C | 54 |
| Octal | 315 | 342 | 313 | 11 | 0 | 12 | 13 | 163 | 34 | 124 |
| Binary | 11001101 | 11100010 | 11001011 | 1001 | 0 | 1010 | 1011 | 1110011 | 11100 | 1010100 |
Color Harmonies of #CDE2CB
Complementary color
Monochromatic Colors of #CDE2CB
Black with #CDE2CB
Text Example
Text Example
White with #CDE2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE2CB; }
p { color: rgb(205,226,203); }
H1.HeaderClassName
{
color: #CDE2CB;
}
.AnyTagClassName
{
color: #CDE2CB;
}
</style>
background-color css
<style>
a { background-color: #CDE2CB; }
a { background-color: rgb(205,226,203); }
div.DivClassName
{
background-color: #CDE2CB;
}
.BgClassName
{
background-color: #CDE2CB;
}
</style>
border-color css
<style>
span { border-color: #CDE2CB; }
span { border-color: rgb(205,226,203); }
td.TdClassName
{
border-color: #CDE2CB;
}
.TagClassName
{
border-color: #CDE2CB;
}
</style>