#CDAAE7

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

Shades of Perfume #CDAAE7

Tints of Perfume #CDAAE7

Color information

#CDAAE7 (or 0xCDAAE7) is unknown color: approx Perfume. HEX triplet: CD, AA and E7. RGB value is (205,170,231). Sum of RGB (Red+Green+Blue) = 205+170+231=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 231 (90.62% from 255 or 38.12% from 606); Max value from RGB is 231 - color contains mainly: blue. Hex color #CDAAE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAAE7 is #325518. Grayscale: #BBBBBB. Windows color (decimal): -3298585 or 15182541. OLE color: 15182541.

HSL color Cylindrical-coordinate representation of color #CDAAE7: hue angle of 274.43º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDAAE7 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205170231-
CMYK0.110.2600.09
HSL274.43º55.96%78.63%-
HSV(B)274.43º26.41%90.59%-
XYZ53.9847.581.92-
YUV187.42152.6140.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.83%
GREEN value IS 170 (66.80% from 255) = 28.05%
BLUE value IS 231 (90.62% from 255) = 38.12%
R=33.83%
G=28.05%
B=38.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2051702310.110.2600.09274.4355.9678.63
HexCDAAE7B1A09112384f
Octal315252347133201142270117
Binary110011011010101011100111101111010010011000100101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAAE7; }

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

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

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

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

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

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

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

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