Shades of Blossom #CFAAB5
Tints of Blossom #CFAAB5
RGB
CMYK
RGB Variations
Color information
#CFAAB5 (or 0xCFAAB5) is known color: Blossom. HEX triplet: CF, AA and B5. RGB value is (207,170,181). Sum of RGB (Red+Green+Blue) = 207+170+181=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 181 (71.09% from 255 or 32.44% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAAB5 is #30554A. Grayscale: #B6B6B6. Windows color (decimal): -3167563 or 11905743. OLE color: 11905743.
HSL color Cylindrical-coordinate representation of color #CFAAB5: hue angle of 342.16º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFAAB5 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 170 | 181 | - |
CMYK | 0 | 0.18 | 0.13 | 0.19 |
HSL | 342.16º | 0.28% | 0.74% | - |
HSV(B) | 342.16º | 0.18% | 0.81% | - |
XYZ | 48.45 | 45.35 | 49.92 | - |
YUV | 182.32 | 127.26 | 145.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 170 | 181 | 0 | 0.18 | 0.13 | 0.19 | 342.16 | 0.28 | 0.74 |
Hex | CF | AA | B5 | 0 | 12 | D | 13 | 156 | 1C | 4A |
Octal | 317 | 252 | 265 | 0 | 22 | 15 | 23 | 526 | 34 | 112 |
Binary | 11001111 | 10101010 | 10110101 | 0 | 10010 | 1101 | 10011 | 101010110 | 11100 | 1001010 |
Color Harmonies of #CFAAB5
Complementary color
Monochromatic Colors of #CFAAB5
Black with #CFAAB5
Text Example
Text Example
White with #CFAAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAAB5; }
p { color: rgb(207,170,181); }
H1.HeaderClassName
{
color: #CFAAB5;
}
.AnyTagClassName
{
color: #CFAAB5;
}
</style>
background-color css
<style>
a { background-color: #CFAAB5; }
a { background-color: rgb(207,170,181); }
div.DivClassName
{
background-color: #CFAAB5;
}
.BgClassName
{
background-color: #CFAAB5;
}
</style>
border-color css
<style>
span { border-color: #CFAAB5; }
span { border-color: rgb(207,170,181); }
td.TdClassName
{
border-color: #CFAAB5;
}
.TagClassName
{
border-color: #CFAAB5;
}
</style>