Shades of Blue Romance #CDF2CD
Tints of Blue Romance #CDF2CD
RGB
CMYK
RGB Variations
Color information
#CDF2CD (or 0xCDF2CD) is known color: Blue Romance. HEX triplet: CD, F2 and CD. RGB value is (205,242,205). Sum of RGB (Red+Green+Blue) = 205+242+205=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF2CD is #320D32. Grayscale: #E2E2E2. Windows color (decimal): -3280179 or 13497037. OLE color: 13497037.
HSL color Cylindrical-coordinate representation of color #CDF2CD: hue angle of 120º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDF2CD is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 205 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.05 |
| HSL | 120º | 0.59% | 0.88% | - |
| HSV(B) | 120º | 0.15% | 0.95% | - |
| XYZ | 67.95 | 80.89 | 69.79 | - |
| YUV | 226.72 | 115.74 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 205 | 0.15 | 0 | 0.15 | 0.05 | 120 | 0.59 | 0.88 |
| Hex | CD | F2 | CD | F | 0 | F | 5 | 78 | 3B | 58 |
| Octal | 315 | 362 | 315 | 17 | 0 | 17 | 5 | 170 | 73 | 130 |
| Binary | 11001101 | 11110010 | 11001101 | 1111 | 0 | 1111 | 101 | 1111000 | 111011 | 1011000 |
Color Harmonies of #CDF2CD
Complementary color
Monochromatic Colors of #CDF2CD
Black with #CDF2CD
Text Example
Text Example
White with #CDF2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF2CD; }
p { color: rgb(205,242,205); }
H1.HeaderClassName
{
color: #CDF2CD;
}
.AnyTagClassName
{
color: #CDF2CD;
}
</style>
background-color css
<style>
a { background-color: #CDF2CD; }
a { background-color: rgb(205,242,205); }
div.DivClassName
{
background-color: #CDF2CD;
}
.BgClassName
{
background-color: #CDF2CD;
}
</style>
border-color css
<style>
span { border-color: #CDF2CD; }
span { border-color: rgb(205,242,205); }
td.TdClassName
{
border-color: #CDF2CD;
}
.TagClassName
{
border-color: #CDF2CD;
}
</style>