Shades of Blue Romance #CDECCC
Tints of Blue Romance #CDECCC
RGB
CMYK
RGB Variations
Color information
#CDECCC (or 0xCDECCC) is known color: Blue Romance. HEX triplet: CD, EC and CC. RGB value is (205,236,204). Sum of RGB (Red+Green+Blue) = 205+236+204=645 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.78% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDECCC is #321333. Grayscale: #DFDFDF. Windows color (decimal): -3281716 or 13429965. OLE color: 13429965.
HSL color Cylindrical-coordinate representation of color #CDECCC: hue angle of 118.12º degrees, saturation: 0.46, 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 #CDECCC is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 205 | 236 | 204 | - |
CMYK | 0.13 | 0 | 0.14 | 0.07 |
HSL | 118.13º | 0.46% | 0.86% | - |
HSV(B) | 118.13º | 0.14% | 0.93% | - |
XYZ | 66.07 | 77.33 | 68.57 | - |
YUV | 223.08 | 117.23 | 115.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 236 | 204 | 0.13 | 0 | 0.14 | 0.07 | 118.13 | 0.46 | 0.86 |
Hex | CD | EC | CC | D | 0 | E | 7 | 76 | 2E | 56 |
Octal | 315 | 354 | 314 | 15 | 0 | 16 | 7 | 166 | 56 | 126 |
Binary | 11001101 | 11101100 | 11001100 | 1101 | 0 | 1110 | 111 | 1110110 | 101110 | 1010110 |
Color Harmonies of #CDECCC
Complementary color
Monochromatic Colors of #CDECCC
Black with #CDECCC
Text Example
Text Example
White with #CDECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDECCC; }
p { color: rgb(205,236,204); }
H1.HeaderClassName
{
color: #CDECCC;
}
.AnyTagClassName
{
color: #CDECCC;
}
</style>
background-color css
<style>
a { background-color: #CDECCC; }
a { background-color: rgb(205,236,204); }
div.DivClassName
{
background-color: #CDECCC;
}
.BgClassName
{
background-color: #CDECCC;
}
</style>
border-color css
<style>
span { border-color: #CDECCC; }
span { border-color: rgb(205,236,204); }
td.TdClassName
{
border-color: #CDECCC;
}
.TagClassName
{
border-color: #CDECCC;
}
</style>