Shades of Blue Romance #CFF1CD
Tints of Blue Romance #CFF1CD
RGB
CMYK
RGB Variations
Color information
#CFF1CD (or 0xCFF1CD) is known color: Blue Romance. HEX triplet: CF, F1 and CD. RGB value is (207,241,205). Sum of RGB (Red+Green+Blue) = 207+241+205=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF1CD is #300E32. Grayscale: #E2E2E2. Windows color (decimal): -3149363 or 13496783. OLE color: 13496783.
HSL color Cylindrical-coordinate representation of color #CFF1CD: hue angle of 116.67º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFF1CD is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
RGB | 207 | 241 | 205 | - |
CMYK | 0.14 | 0 | 0.15 | 0.05 |
HSL | 116.67º | 0.56% | 0.87% | - |
HSV(B) | 116.67º | 0.15% | 0.95% | - |
XYZ | 68.21 | 80.58 | 69.72 | - |
YUV | 226.73 | 115.74 | 113.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 241 | 205 | 0.14 | 0 | 0.15 | 0.05 | 116.67 | 0.56 | 0.87 |
Hex | CF | F1 | CD | E | 0 | F | 5 | 75 | 38 | 57 |
Octal | 317 | 361 | 315 | 16 | 0 | 17 | 5 | 165 | 70 | 127 |
Binary | 11001111 | 11110001 | 11001101 | 1110 | 0 | 1111 | 101 | 1110101 | 111000 | 1010111 |
Color Harmonies of #CFF1CD
Complementary color
Monochromatic Colors of #CFF1CD
Black with #CFF1CD
Text Example
Text Example
White with #CFF1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF1CD; }
p { color: rgb(207,241,205); }
H1.HeaderClassName
{
color: #CFF1CD;
}
.AnyTagClassName
{
color: #CFF1CD;
}
</style>
background-color css
<style>
a { background-color: #CFF1CD; }
a { background-color: rgb(207,241,205); }
div.DivClassName
{
background-color: #CFF1CD;
}
.BgClassName
{
background-color: #CFF1CD;
}
</style>
border-color css
<style>
span { border-color: #CFF1CD; }
span { border-color: rgb(207,241,205); }
td.TdClassName
{
border-color: #CFF1CD;
}
.TagClassName
{
border-color: #CFF1CD;
}
</style>