Shades of Blue Romance #CDFACD
Tints of Blue Romance #CDFACD
RGB
CMYK
RGB Variations
Color information
#CDFACD (or 0xCDFACD) is known color: Blue Romance. HEX triplet: CD, FA and CD. RGB value is (205,250,205). Sum of RGB (Red+Green+Blue) = 205+250+205=660 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.06% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 205 (80.47% from 255 or 31.06% from 660); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFACD is #320532. Grayscale: #E7E7E7. Windows color (decimal): -3278131 or 13499085. OLE color: 13499085.
HSL color Cylindrical-coordinate representation of color #CDFACD: hue angle of 120º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDFACD is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 250 | 205 | - |
CMYK | 0.18 | 0 | 0.18 | 0.02 |
HSL | 120º | 0.82% | 0.89% | - |
HSV(B) | 120º | 0.18% | 0.98% | - |
XYZ | 70.38 | 85.76 | 70.6 | - |
YUV | 231.42 | 113.09 | 109.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 250 | 205 | 0.18 | 0 | 0.18 | 0.02 | 120 | 0.82 | 0.89 |
Hex | CD | FA | CD | 12 | 0 | 12 | 2 | 78 | 52 | 59 |
Octal | 315 | 372 | 315 | 22 | 0 | 22 | 2 | 170 | 122 | 131 |
Binary | 11001101 | 11111010 | 11001101 | 10010 | 0 | 10010 | 10 | 1111000 | 1010010 | 1011001 |
Color Harmonies of #CDFACD
Complementary color
Monochromatic Colors of #CDFACD
Black with #CDFACD
Text Example
Text Example
White with #CDFACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFACD; }
p { color: rgb(205,250,205); }
H1.HeaderClassName
{
color: #CDFACD;
}
.AnyTagClassName
{
color: #CDFACD;
}
</style>
background-color css
<style>
a { background-color: #CDFACD; }
a { background-color: rgb(205,250,205); }
div.DivClassName
{
background-color: #CDFACD;
}
.BgClassName
{
background-color: #CDFACD;
}
</style>
border-color css
<style>
span { border-color: #CDFACD; }
span { border-color: rgb(205,250,205); }
td.TdClassName
{
border-color: #CDFACD;
}
.TagClassName
{
border-color: #CDFACD;
}
</style>