Shades of Pink Flare #CDAEB7
Tints of Pink Flare #CDAEB7
RGB
CMYK
RGB Variations
Color information
#CDAEB7 (or 0xCDAEB7) is known color: Pink Flare. HEX triplet: CD, AE and B7. RGB value is (205,174,183). Sum of RGB (Red+Green+Blue) = 205+174+183=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEB7 is #325148. Grayscale: #B8B8B8. Windows color (decimal): -3297609 or 12037837. OLE color: 12037837.
HSL color Cylindrical-coordinate representation of color #CDAEB7: hue angle of 342.58º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDAEB7 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 174 | 183 | - |
CMYK | 0 | 0.15 | 0.11 | 0.20 |
HSL | 342.58º | 0.24% | 0.74% | - |
HSV(B) | 342.58º | 0.15% | 0.8% | - |
XYZ | 48.86 | 46.67 | 51.23 | - |
YUV | 184.3 | 127.27 | 142.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 174 | 183 | 0 | 0.15 | 0.11 | 0.20 | 342.58 | 0.24 | 0.74 |
Hex | CD | AE | B7 | 0 | F | B | 14 | 157 | 18 | 4A |
Octal | 315 | 256 | 267 | 0 | 17 | 13 | 24 | 527 | 30 | 112 |
Binary | 11001101 | 10101110 | 10110111 | 0 | 1111 | 1011 | 10100 | 101010111 | 11000 | 1001010 |
Color Harmonies of #CDAEB7
Complementary color
Monochromatic Colors of #CDAEB7
Black with #CDAEB7
Text Example
Text Example
White with #CDAEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAEB7; }
p { color: rgb(205,174,183); }
H1.HeaderClassName
{
color: #CDAEB7;
}
.AnyTagClassName
{
color: #CDAEB7;
}
</style>
background-color css
<style>
a { background-color: #CDAEB7; }
a { background-color: rgb(205,174,183); }
div.DivClassName
{
background-color: #CDAEB7;
}
.BgClassName
{
background-color: #CDAEB7;
}
</style>
border-color css
<style>
span { border-color: #CDAEB7; }
span { border-color: rgb(205,174,183); }
td.TdClassName
{
border-color: #CDAEB7;
}
.TagClassName
{
border-color: #CDAEB7;
}
</style>