#CDAEB7

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

Shades of Pink Flare #CDAEB7

Tints of Pink Flare #CDAEB7

Color information

#CDAEB7 (or 0xCDAEB7) is unknown color: approx Pink Flare. HEX triplet: CD, AE and B7. RGB value is (205,174,183). Sum of RGB (Red+Green+Blue) = 205+174+183=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEB7 is #325148. Grayscale: #B8B8B8. Windows color (decimal): -3297609 or 12037837. OLE color: 12037837.

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

Color convert

RGB205174183-
CMYK00.150.110.20
HSL342.58º23.66%74.31%-
HSV(B)342.58º15.12%80.39%-
XYZ48.8646.6751.23-
YUV184.3127.27142.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 183 (71.88% from 255) = 32.56%
R=36.48%
G=30.96%
B=32.56%

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
Decimal20517418300.150.110.20342.5823.6674.31
HexCDAEB70FB14157184a
Octal315256267017132452730112
Binary11001101101011101011011101111101110100101010111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEB7; }

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

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

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

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

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

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

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

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