#CDAAEC

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

Shades of Perfume #CDAAEC

Tints of Perfume #CDAAEC

Color information

#CDAAEC (or 0xCDAAEC) is unknown color: approx Perfume. HEX triplet: CD, AA and EC. RGB value is (205,170,236). Sum of RGB (Red+Green+Blue) = 205+170+236=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDAAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAAEC is #325513. Grayscale: #BBBBBB. Windows color (decimal): -3298580 or 15510221. OLE color: 15510221.

HSL color Cylindrical-coordinate representation of color #CDAAEC: hue angle of 271.82º degrees, saturation: 0.63, 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 #CDAAEC is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205170236-
CMYK0.130.2800.07
HSL271.82º63.46%79.61%-
HSV(B)271.82º27.97%92.55%-
XYZ54.6947.7885.7-
YUV187.99155.1140.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.55%
GREEN value IS 170 (66.80% from 255) = 27.82%
BLUE value IS 236 (92.58% from 255) = 38.63%
R=33.55%
G=27.82%
B=38.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051702360.130.2800.07271.8263.4679.61
HexCDAAECD1C071103f50
Octal31525235415340742077120
Binary11001101101010101110110011011110001111000100001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAAEC; }

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

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

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

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

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

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

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

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