Shades of Blue Romance #CDEDCD
Tints of Blue Romance #CDEDCD
RGB
CMYK
RGB Variations
Color information
#CDEDCD (or 0xCDEDCD) is known color: Blue Romance. HEX triplet: CD, ED and CD. RGB value is (205,237,205). Sum of RGB (Red+Green+Blue) = 205+237+205=647 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.68% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDCD is #321232. Grayscale: #DFDFDF. Windows color (decimal): -3281459 or 13495757. OLE color: 13495757.
HSL color Cylindrical-coordinate representation of color #CDEDCD: hue angle of 120º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEDCD is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 237 | 205 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.07 |
| HSL | 120º | 0.47% | 0.87% | - |
| HSV(B) | 120º | 0.14% | 0.93% | - |
| XYZ | 66.48 | 77.96 | 69.3 | - |
| YUV | 223.78 | 117.4 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 237 | 205 | 0.14 | 0 | 0.14 | 0.07 | 120 | 0.47 | 0.87 |
| Hex | CD | ED | CD | E | 0 | E | 7 | 78 | 2F | 57 |
| Octal | 315 | 355 | 315 | 16 | 0 | 16 | 7 | 170 | 57 | 127 |
| Binary | 11001101 | 11101101 | 11001101 | 1110 | 0 | 1110 | 111 | 1111000 | 101111 | 1010111 |
Color Harmonies of #CDEDCD
Complementary color
Monochromatic Colors of #CDEDCD
Black with #CDEDCD
Text Example
Text Example
White with #CDEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEDCD; }
p { color: rgb(205,237,205); }
H1.HeaderClassName
{
color: #CDEDCD;
}
.AnyTagClassName
{
color: #CDEDCD;
}
</style>
background-color css
<style>
a { background-color: #CDEDCD; }
a { background-color: rgb(205,237,205); }
div.DivClassName
{
background-color: #CDEDCD;
}
.BgClassName
{
background-color: #CDEDCD;
}
</style>
border-color css
<style>
span { border-color: #CDEDCD; }
span { border-color: rgb(205,237,205); }
td.TdClassName
{
border-color: #CDEDCD;
}
.TagClassName
{
border-color: #CDEDCD;
}
</style>