#CDAEB6

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

Shades of Pink Flare #CDAEB6

Tints of Pink Flare #CDAEB6

Color information

#CDAEB6 (or 0xCDAEB6) is unknown color: approx 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

RGB205174182-
CMYK00.150.110.20
HSL344.52º23.66%74.31%-
HSV(B)344.52º15.12%80.39%-
XYZ48.7646.6350.69-
YUV184.18126.77142.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 174 (68.36% from 255) = 31.02%
BLUE value IS 182 (71.48% from 255) = 32.44%
R=36.54%
G=31.02%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517418200.150.110.20344.5223.6674.31
HexCDAEB60FB14159184a
Octal315256266017132453130112
Binary11001101101011101011011001111101110100101011001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>