#CDAEB5

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

Shades of Pink Flare #CDAEB5

Tints of Pink Flare #CDAEB5

Color information

#CDAEB5 (or 0xCDAEB5) is unknown color: approx Pink Flare. HEX triplet: CD, AE and B5. RGB value is (205,174,181). Sum of RGB (Red+Green+Blue) = 205+174+181=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEB5 is #32514A. Grayscale: #B8B8B8. Windows color (decimal): -3297611 or 11906765. OLE color: 11906765.

HSL color Cylindrical-coordinate representation of color #CDAEB5: hue angle of 346.45º 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 #CDAEB5 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB205174181-
CMYK00.150.120.20
HSL346.45º23.66%74.31%-
HSV(B)346.45º15.12%80.39%-
XYZ48.6546.5950.14-
YUV184.07126.27142.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.61%
GREEN value IS 174 (68.36% from 255) = 31.07%
BLUE value IS 181 (71.09% from 255) = 32.32%
R=36.61%
G=31.07%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517418100.150.120.20346.4523.6674.31
HexCDAEB50FC1415a184a
Octal315256265017142453230112
Binary11001101101011101011010101111110010100101011010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEB5; }

 p { color: rgb(205,174,181); }

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

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

 a { background-color: rgb(205,174,181); }

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

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

 span { border-color: rgb(205,174,181); }

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