Shades of Blue Romance #CDE9CC
Tints of Blue Romance #CDE9CC
RGB
CMYK
RGB Variations
Color information
#CDE9CC (or 0xCDE9CC) is known color: Blue Romance. HEX triplet: CD, E9 and CC. RGB value is (205,233,204). Sum of RGB (Red+Green+Blue) = 205+233+204=642 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.93% from 642); Green value is 233 (91.41% from 255 or 36.29% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE9CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE9CC is #321633. Grayscale: #DDDDDD. Windows color (decimal): -3282484 or 13429197. OLE color: 13429197.
HSL color Cylindrical-coordinate representation of color #CDE9CC: hue angle of 117.93º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDE9CC is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 204 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.09 |
| HSL | 117.93º | 0.4% | 0.86% | - |
| HSV(B) | 117.93º | 0.12% | 0.91% | - |
| XYZ | 65.21 | 75.62 | 68.29 | - |
| YUV | 221.32 | 118.22 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 204 | 0.12 | 0 | 0.12 | 0.09 | 117.93 | 0.4 | 0.86 |
| Hex | CD | E9 | CC | C | 0 | C | 9 | 76 | 28 | 56 |
| Octal | 315 | 351 | 314 | 14 | 0 | 14 | 11 | 166 | 50 | 126 |
| Binary | 11001101 | 11101001 | 11001100 | 1100 | 0 | 1100 | 1001 | 1110110 | 101000 | 1010110 |
Color Harmonies of #CDE9CC
Complementary color
Monochromatic Colors of #CDE9CC
Black with #CDE9CC
Text Example
Text Example
White with #CDE9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE9CC; }
p { color: rgb(205,233,204); }
H1.HeaderClassName
{
color: #CDE9CC;
}
.AnyTagClassName
{
color: #CDE9CC;
}
</style>
background-color css
<style>
a { background-color: #CDE9CC; }
a { background-color: rgb(205,233,204); }
div.DivClassName
{
background-color: #CDE9CC;
}
.BgClassName
{
background-color: #CDE9CC;
}
</style>
border-color css
<style>
span { border-color: #CDE9CC; }
span { border-color: rgb(205,233,204); }
td.TdClassName
{
border-color: #CDE9CC;
}
.TagClassName
{
border-color: #CDE9CC;
}
</style>