#CDAAE8

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

Shades of Perfume #CDAAE8

Tints of Perfume #CDAAE8

Color information

#CDAAE8 (or 0xCDAAE8) is unknown color: approx Perfume. HEX triplet: CD, AA and E8. RGB value is (205,170,232). Sum of RGB (Red+Green+Blue) = 205+170+232=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 232 - color contains mainly: blue. Hex color #CDAAE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAAE8 is #325517. Grayscale: #BBBBBB. Windows color (decimal): -3298584 or 15248077. OLE color: 15248077.

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

Color convert

RGB205170232-
CMYK0.120.2700.09
HSL273.87º57.41%78.82%-
HSV(B)273.87º26.72%90.98%-
XYZ54.1247.5582.67-
YUV187.53153.1140.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.77%
GREEN value IS 170 (66.80% from 255) = 28.01%
BLUE value IS 232 (91.02% from 255) = 38.22%
R=33.77%
G=28.01%
B=38.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2051702320.120.2700.09273.8757.4178.82
HexCDAAE8C1B09112394f
Octal315252350143301142271117
Binary110011011010101011101000110011011010011000100101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAAE8; }

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

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

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

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

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

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

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

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