Shades of Blue Romance #CDE6CA
Tints of Blue Romance #CDE6CA
RGB
CMYK
RGB Variations
Color information
#CDE6CA (or 0xCDE6CA) is known color: Blue Romance. HEX triplet: CD, E6 and CA. RGB value is (205,230,202). Sum of RGB (Red+Green+Blue) = 205+230+202=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 230 (90.23% from 255 or 36.11% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE6CA is #321935. Grayscale: #DBDBDB. Windows color (decimal): -3283254 or 13297357. OLE color: 13297357.
HSL color Cylindrical-coordinate representation of color #CDE6CA: hue angle of 113.57º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDE6CA is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 202 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.10 |
| HSL | 113.57º | 0.36% | 0.85% | - |
| HSV(B) | 113.57º | 0.12% | 0.9% | - |
| XYZ | 64.13 | 73.84 | 66.75 | - |
| YUV | 219.33 | 118.22 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 202 | 0.11 | 0 | 0.12 | 0.10 | 113.57 | 0.36 | 0.85 |
| Hex | CD | E6 | CA | B | 0 | C | A | 72 | 24 | 55 |
| Octal | 315 | 346 | 312 | 13 | 0 | 14 | 12 | 162 | 44 | 125 |
| Binary | 11001101 | 11100110 | 11001010 | 1011 | 0 | 1100 | 1010 | 1110010 | 100100 | 1010101 |
Color Harmonies of #CDE6CA
Complementary color
Monochromatic Colors of #CDE6CA
Black with #CDE6CA
Text Example
Text Example
White with #CDE6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE6CA; }
p { color: rgb(205,230,202); }
H1.HeaderClassName
{
color: #CDE6CA;
}
.AnyTagClassName
{
color: #CDE6CA;
}
</style>
background-color css
<style>
a { background-color: #CDE6CA; }
a { background-color: rgb(205,230,202); }
div.DivClassName
{
background-color: #CDE6CA;
}
.BgClassName
{
background-color: #CDE6CA;
}
</style>
border-color css
<style>
span { border-color: #CDE6CA; }
span { border-color: rgb(205,230,202); }
td.TdClassName
{
border-color: #CDE6CA;
}
.TagClassName
{
border-color: #CDE6CA;
}
</style>