Shades of Blue Romance #CDE3CC
Tints of Blue Romance #CDE3CC
RGB
CMYK
RGB Variations
Color information
#CDE3CC (or 0xCDE3CC) is known color: Blue Romance. HEX triplet: CD, E3 and CC. RGB value is (205,227,204). Sum of RGB (Red+Green+Blue) = 205+227+204=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 227 (89.06% from 255 or 35.69% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE3CC is #321C33. Grayscale: #D9D9D9. Windows color (decimal): -3284020 or 13427661. OLE color: 13427661.
HSL color Cylindrical-coordinate representation of color #CDE3CC: hue angle of 117.39º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDE3CC is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 204 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.11 |
| HSL | 117.39º | 0.29% | 0.85% | - |
| HSV(B) | 117.39º | 0.1% | 0.89% | - |
| XYZ | 63.55 | 72.28 | 67.73 | - |
| YUV | 217.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 204 | 0.10 | 0 | 0.10 | 0.11 | 117.39 | 0.29 | 0.85 |
| Hex | CD | E3 | CC | A | 0 | A | B | 75 | 1D | 55 |
| Octal | 315 | 343 | 314 | 12 | 0 | 12 | 13 | 165 | 35 | 125 |
| Binary | 11001101 | 11100011 | 11001100 | 1010 | 0 | 1010 | 1011 | 1110101 | 11101 | 1010101 |
Color Harmonies of #CDE3CC
Complementary color
Monochromatic Colors of #CDE3CC
Black with #CDE3CC
Text Example
Text Example
White with #CDE3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE3CC; }
p { color: rgb(205,227,204); }
H1.HeaderClassName
{
color: #CDE3CC;
}
.AnyTagClassName
{
color: #CDE3CC;
}
</style>
background-color css
<style>
a { background-color: #CDE3CC; }
a { background-color: rgb(205,227,204); }
div.DivClassName
{
background-color: #CDE3CC;
}
.BgClassName
{
background-color: #CDE3CC;
}
</style>
border-color css
<style>
span { border-color: #CDE3CC; }
span { border-color: rgb(205,227,204); }
td.TdClassName
{
border-color: #CDE3CC;
}
.TagClassName
{
border-color: #CDE3CC;
}
</style>