#CDAEB0

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

Shades of Pink Flare #CDAEB0

Tints of Pink Flare #CDAEB0

Color information

#CDAEB0 (or 0xCDAEB0) is unknown color: approx Pink Flare. HEX triplet: CD, AE and B0. RGB value is (205,174,176). Sum of RGB (Red+Green+Blue) = 205+174+176=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAEB0 is #32514F. Grayscale: #B7B7B7. Windows color (decimal): -3297616 or 11579085. OLE color: 11579085.

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

Color convert

RGB205174176-
CMYK00.150.140.20
HSL356.13º23.66%74.31%-
HSV(B)356.13º15.12%80.39%-
XYZ48.1546.3947.49-
YUV183.5123.77143.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.94%
GREEN value IS 174 (68.36% from 255) = 31.35%
BLUE value IS 176 (69.14% from 255) = 31.71%
R=36.94%
G=31.35%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517417600.150.140.20356.1323.6674.31
HexCDAEB00FE14164184a
Octal315256260017162454430112
Binary11001101101011101011000001111111010100101100100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEB0; }

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

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

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

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

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

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

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

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