#CDAAED

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

Shades of Perfume #CDAAED

Tints of Perfume #CDAAED

Color information

#CDAAED (or 0xCDAAED) is unknown color: approx Perfume. HEX triplet: CD, AA and ED. RGB value is (205,170,237). Sum of RGB (Red+Green+Blue) = 205+170+237=612 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.50% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDAAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAAED is #325512. Grayscale: #BBBBBB. Windows color (decimal): -3298579 or 15575757. OLE color: 15575757.

HSL color Cylindrical-coordinate representation of color #CDAAED: hue angle of 271.34º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDAAED is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205170237-
CMYK0.140.2800.07
HSL271.34º65.05%79.8%-
HSV(B)271.34º28.27%92.94%-
XYZ54.8447.8486.47-
YUV188.1155.6140.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.50%
GREEN value IS 170 (66.80% from 255) = 27.78%
BLUE value IS 237 (92.97% from 255) = 38.73%
R=33.50%
G=27.78%
B=38.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051702370.140.2800.07271.3465.0579.8
HexCDAAEDE1C0710f4150
Octal315252355163407417101120
Binary110011011010101011101101111011100011110000111110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAAED; }

 p { color: rgb(205,170,237); }

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

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

 a { background-color: rgb(205,170,237); }

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

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

 span { border-color: rgb(205,170,237); }

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