#CDAAEF

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

Shades of Perfume #CDAAEF

Tints of Perfume #CDAAEF

Color information

#CDAAEF (or 0xCDAAEF) is unknown color: approx Perfume. HEX triplet: CD, AA and EF. RGB value is (205,170,239). Sum of RGB (Red+Green+Blue) = 205+170+239=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDAAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAAEF is #325510. Grayscale: #BCBCBC. Windows color (decimal): -3298577 or 15706829. OLE color: 15706829.

HSL color Cylindrical-coordinate representation of color #CDAAEF: hue angle of 270.43º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDAAEF is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB205170239-
CMYK0.140.2900.06
HSL270.43º68.32%80.2%-
HSV(B)270.43º28.87%93.73%-
XYZ55.1347.9688.01-
YUV188.33156.6139.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.39%
GREEN value IS 170 (66.80% from 255) = 27.69%
BLUE value IS 239 (93.75% from 255) = 38.93%
R=33.39%
G=27.69%
B=38.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2051702390.140.2900.06270.4368.3280.2
HexCDAAEFE1D0610e4450
Octal315252357163506416104120
Binary110011011010101011101111111011101011010000111010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAAEF; }

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

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

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

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

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

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

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

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