Shades of Blue Romance #CDE7CC
Tints of Blue Romance #CDE7CC
RGB
CMYK
RGB Variations
Color information
#CDE7CC (or 0xCDE7CC) is known color: Blue Romance. HEX triplet: CD, E7 and CC. RGB value is (205,231,204). Sum of RGB (Red+Green+Blue) = 205+231+204=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 231 (90.62% from 255 or 36.09% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE7CC is #321833. Grayscale: #DCDCDC. Windows color (decimal): -3282996 or 13428685. OLE color: 13428685.
HSL color Cylindrical-coordinate representation of color #CDE7CC: hue angle of 117.78º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDE7CC is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 204 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.09 |
| HSL | 117.78º | 0.36% | 0.85% | - |
| HSV(B) | 117.78º | 0.12% | 0.91% | - |
| XYZ | 64.65 | 74.49 | 68.1 | - |
| YUV | 220.15 | 118.89 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 204 | 0.11 | 0 | 0.12 | 0.09 | 117.78 | 0.36 | 0.85 |
| Hex | CD | E7 | CC | B | 0 | C | 9 | 76 | 24 | 55 |
| Octal | 315 | 347 | 314 | 13 | 0 | 14 | 11 | 166 | 44 | 125 |
| Binary | 11001101 | 11100111 | 11001100 | 1011 | 0 | 1100 | 1001 | 1110110 | 100100 | 1010101 |
Color Harmonies of #CDE7CC
Complementary color
Monochromatic Colors of #CDE7CC
Black with #CDE7CC
Text Example
Text Example
White with #CDE7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE7CC; }
p { color: rgb(205,231,204); }
H1.HeaderClassName
{
color: #CDE7CC;
}
.AnyTagClassName
{
color: #CDE7CC;
}
</style>
background-color css
<style>
a { background-color: #CDE7CC; }
a { background-color: rgb(205,231,204); }
div.DivClassName
{
background-color: #CDE7CC;
}
.BgClassName
{
background-color: #CDE7CC;
}
</style>
border-color css
<style>
span { border-color: #CDE7CC; }
span { border-color: rgb(205,231,204); }
td.TdClassName
{
border-color: #CDE7CC;
}
.TagClassName
{
border-color: #CDE7CC;
}
</style>