#CDAAB2

Color #CDAAB2 Pink Flare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flare #CDAAB2

Tints of Pink Flare #CDAAB2

Color information

#CDAAB2 (or 0xCDAAB2) is unknown color: approx Pink Flare. HEX triplet: CD, AA and B2. RGB value is (205,170,178). Sum of RGB (Red+Green+Blue) = 205+170+178=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAAB2 is #32554D. Grayscale: #B5B5B5. Windows color (decimal): -3298638 or 11709133. OLE color: 11709133.

HSL color Cylindrical-coordinate representation of color #CDAAB2: hue angle of 346.29º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDAAB2 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB205170178-
CMYK00.170.130.20
HSL346.29º25.93%73.53%-
HSV(B)346.29º17.07%80.39%-
XYZ47.5944.9448.29-
YUV181.38126.1144.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 37.07%
GREEN value IS 170 (66.80% from 255) = 30.74%
BLUE value IS 178 (69.92% from 255) = 32.19%
R=37.07%
G=30.74%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517017800.170.130.20346.2925.9373.53
HexCDAAB2011D1415a1a4a
Octal315252262021152453232112
Binary110011011010101010110010010001110110100101011010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAAB2; }

 p { color: rgb(205,170,178); }

 H1.HeaderClassName
 {
   color: #CDAAB2;
 }
 .AnyTagClassName
 {
   color: #CDAAB2;
 }
</style>
background-color css

<style>
 a { background-color: #CDAAB2; }

 a { background-color: rgb(205,170,178); }

 div.DivClassName
 {
   background-color: #CDAAB2;
 }
 .BgClassName
 {
   background-color: #CDAAB2;
 }
</style>
border-color css

<style>
 span { border-color: #CDAAB2; }

 span { border-color: rgb(205,170,178); }

 td.TdClassName
 {
   border-color: #CDAAB2;
 }
 .TagClassName
 {
   border-color: #CDAAB2;
 }
</style>