Shades of Blue Romance #CDEBCB
Tints of Blue Romance #CDEBCB
RGB
CMYK
RGB Variations
Color information
#CDEBCB (or 0xCDEBCB) is known color: Blue Romance. HEX triplet: CD, EB and CB. RGB value is (205,235,203). Sum of RGB (Red+Green+Blue) = 205+235+203=643 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.88% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBCB is #321434. Grayscale: #DEDEDE. Windows color (decimal): -3281973 or 13364173. OLE color: 13364173.
HSL color Cylindrical-coordinate representation of color #CDEBCB: hue angle of 116.25º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEBCB is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 235 | 203 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.08 |
| HSL | 116.25º | 0.44% | 0.86% | - |
| HSV(B) | 116.25º | 0.14% | 0.92% | - |
| XYZ | 65.66 | 76.71 | 67.85 | - |
| YUV | 222.38 | 117.06 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 235 | 203 | 0.13 | 0 | 0.14 | 0.08 | 116.25 | 0.44 | 0.86 |
| Hex | CD | EB | CB | D | 0 | E | 8 | 74 | 2C | 56 |
| Octal | 315 | 353 | 313 | 15 | 0 | 16 | 10 | 164 | 54 | 126 |
| Binary | 11001101 | 11101011 | 11001011 | 1101 | 0 | 1110 | 1000 | 1110100 | 101100 | 1010110 |
Color Harmonies of #CDEBCB
Complementary color
Monochromatic Colors of #CDEBCB
Black with #CDEBCB
Text Example
Text Example
White with #CDEBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEBCB; }
p { color: rgb(205,235,203); }
H1.HeaderClassName
{
color: #CDEBCB;
}
.AnyTagClassName
{
color: #CDEBCB;
}
</style>
background-color css
<style>
a { background-color: #CDEBCB; }
a { background-color: rgb(205,235,203); }
div.DivClassName
{
background-color: #CDEBCB;
}
.BgClassName
{
background-color: #CDEBCB;
}
</style>
border-color css
<style>
span { border-color: #CDEBCB; }
span { border-color: rgb(205,235,203); }
td.TdClassName
{
border-color: #CDEBCB;
}
.TagClassName
{
border-color: #CDEBCB;
}
</style>