Shades of Blue Romance #CDF2CA
Tints of Blue Romance #CDF2CA
RGB
CMYK
RGB Variations
Color information
#CDF2CA (or 0xCDF2CA) is known color: Blue Romance. HEX triplet: CD, F2 and CA. RGB value is (205,242,202). Sum of RGB (Red+Green+Blue) = 205+242+202=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF2CA is #320D35. Grayscale: #E2E2E2. Windows color (decimal): -3280182 or 13300429. OLE color: 13300429.
HSL color Cylindrical-coordinate representation of color #CDF2CA: hue angle of 115.5º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDF2CA is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 202 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.05 |
| HSL | 115.5º | 0.61% | 0.87% | - |
| HSV(B) | 115.5º | 0.17% | 0.95% | - |
| XYZ | 67.59 | 80.75 | 67.9 | - |
| YUV | 226.38 | 114.24 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 202 | 0.15 | 0 | 0.17 | 0.05 | 115.5 | 0.61 | 0.87 |
| Hex | CD | F2 | CA | F | 0 | 11 | 5 | 74 | 3D | 57 |
| Octal | 315 | 362 | 312 | 17 | 0 | 21 | 5 | 164 | 75 | 127 |
| Binary | 11001101 | 11110010 | 11001010 | 1111 | 0 | 10001 | 101 | 1110100 | 111101 | 1010111 |
Color Harmonies of #CDF2CA
Complementary color
Monochromatic Colors of #CDF2CA
Black with #CDF2CA
Text Example
Text Example
White with #CDF2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF2CA; }
p { color: rgb(205,242,202); }
H1.HeaderClassName
{
color: #CDF2CA;
}
.AnyTagClassName
{
color: #CDF2CA;
}
</style>
background-color css
<style>
a { background-color: #CDF2CA; }
a { background-color: rgb(205,242,202); }
div.DivClassName
{
background-color: #CDF2CA;
}
.BgClassName
{
background-color: #CDF2CA;
}
</style>
border-color css
<style>
span { border-color: #CDF2CA; }
span { border-color: rgb(205,242,202); }
td.TdClassName
{
border-color: #CDF2CA;
}
.TagClassName
{
border-color: #CDF2CA;
}
</style>