Shades of Blue Romance #CDEDCB
Tints of Blue Romance #CDEDCB
RGB
CMYK
RGB Variations
Color information
#CDEDCB (or 0xCDEDCB) is known color: Blue Romance. HEX triplet: CD, ED and CB. RGB value is (205,237,203). Sum of RGB (Red+Green+Blue) = 205+237+203=645 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.78% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDCB is #321234. Grayscale: #DFDFDF. Windows color (decimal): -3281461 or 13364685. OLE color: 13364685.
HSL color Cylindrical-coordinate representation of color #CDEDCB: hue angle of 116.47º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEDCB is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 237 | 203 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.07 |
| HSL | 116.47º | 0.49% | 0.86% | - |
| HSV(B) | 116.47º | 0.14% | 0.93% | - |
| XYZ | 66.24 | 77.86 | 68.04 | - |
| YUV | 223.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 237 | 203 | 0.14 | 0 | 0.14 | 0.07 | 116.47 | 0.49 | 0.86 |
| Hex | CD | ED | CB | E | 0 | E | 7 | 74 | 31 | 56 |
| Octal | 315 | 355 | 313 | 16 | 0 | 16 | 7 | 164 | 61 | 126 |
| Binary | 11001101 | 11101101 | 11001011 | 1110 | 0 | 1110 | 111 | 1110100 | 110001 | 1010110 |
Color Harmonies of #CDEDCB
Complementary color
Monochromatic Colors of #CDEDCB
Black with #CDEDCB
Text Example
Text Example
White with #CDEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEDCB; }
p { color: rgb(205,237,203); }
H1.HeaderClassName
{
color: #CDEDCB;
}
.AnyTagClassName
{
color: #CDEDCB;
}
</style>
background-color css
<style>
a { background-color: #CDEDCB; }
a { background-color: rgb(205,237,203); }
div.DivClassName
{
background-color: #CDEDCB;
}
.BgClassName
{
background-color: #CDEDCB;
}
</style>
border-color css
<style>
span { border-color: #CDEDCB; }
span { border-color: rgb(205,237,203); }
td.TdClassName
{
border-color: #CDEDCB;
}
.TagClassName
{
border-color: #CDEDCB;
}
</style>