Shades of Pink Flare #CDAEB6
Tints of Pink Flare #CDAEB6
RGB
CMYK
RGB Variations
Color information
#CDAEB6 (or 0xCDAEB6) is known color: Pink Flare. HEX triplet: CD, AE and B6. RGB value is (205,174,182). Sum of RGB (Red+Green+Blue) = 205+174+182=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 182 (71.48% from 255 or 32.44% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEB6 is #325149. Grayscale: #B8B8B8. Windows color (decimal): -3297610 or 11972301. OLE color: 11972301.
HSL color Cylindrical-coordinate representation of color #CDAEB6: hue angle of 344.52º 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 #CDAEB6 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 174 | 182 | - |
CMYK | 0 | 0.15 | 0.11 | 0.20 |
HSL | 344.52º | 0.24% | 0.74% | - |
HSV(B) | 344.52º | 0.15% | 0.8% | - |
XYZ | 48.76 | 46.63 | 50.69 | - |
YUV | 184.18 | 126.77 | 142.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 174 | 182 | 0 | 0.15 | 0.11 | 0.20 | 344.52 | 0.24 | 0.74 |
Hex | CD | AE | B6 | 0 | F | B | 14 | 159 | 18 | 4A |
Octal | 315 | 256 | 266 | 0 | 17 | 13 | 24 | 531 | 30 | 112 |
Binary | 11001101 | 10101110 | 10110110 | 0 | 1111 | 1011 | 10100 | 101011001 | 11000 | 1001010 |
Color Harmonies of #CDAEB6
Complementary color
Monochromatic Colors of #CDAEB6
Black with #CDAEB6
Text Example
Text Example
White with #CDAEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAEB6; }
p { color: rgb(205,174,182); }
H1.HeaderClassName
{
color: #CDAEB6;
}
.AnyTagClassName
{
color: #CDAEB6;
}
</style>
background-color css
<style>
a { background-color: #CDAEB6; }
a { background-color: rgb(205,174,182); }
div.DivClassName
{
background-color: #CDAEB6;
}
.BgClassName
{
background-color: #CDAEB6;
}
</style>
border-color css
<style>
span { border-color: #CDAEB6; }
span { border-color: rgb(205,174,182); }
td.TdClassName
{
border-color: #CDAEB6;
}
.TagClassName
{
border-color: #CDAEB6;
}
</style>