#CDAEB2

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

Shades of Pink Flare #CDAEB2

Tints of Pink Flare #CDAEB2

Color information

#CDAEB2 (or 0xCDAEB2) is unknown color: approx Pink Flare. HEX triplet: CD, AE and B2. RGB value is (205,174,178). Sum of RGB (Red+Green+Blue) = 205+174+178=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAEB2 is #32514D. Grayscale: #B7B7B7. Windows color (decimal): -3297614 or 11710157. OLE color: 11710157.

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

Color convert

RGB205174178-
CMYK00.150.130.20
HSL352.26º23.66%74.31%-
HSV(B)352.26º15.12%80.39%-
XYZ48.3546.4748.54-
YUV183.72124.77143.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 178 (69.92% from 255) = 31.96%
R=36.80%
G=31.24%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517417800.150.130.20352.2623.6674.31
HexCDAEB20FD14160184a
Octal315256262017152454030112
Binary11001101101011101011001001111110110100101100000110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEB2; }

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

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

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

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

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

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

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

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