#CDACEA

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

Shades of Perfume #CDACEA

Tints of Perfume #CDACEA

Color information

#CDACEA (or 0xCDACEA) is unknown color: approx Perfume. HEX triplet: CD, AC and EA. RGB value is (205,172,234). Sum of RGB (Red+Green+Blue) = 205+172+234=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDACEA is #325315. Grayscale: #BCBCBC. Windows color (decimal): -3298070 or 15379661. OLE color: 15379661.

HSL color Cylindrical-coordinate representation of color #CDACEA: hue angle of 271.94º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDACEA is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205172234-
CMYK0.120.2600.08
HSL271.94º59.62%79.61%-
HSV(B)271.94º26.5%91.76%-
XYZ54.7848.4284.3-
YUV188.94153.43139.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.55%
GREEN value IS 172 (67.58% from 255) = 28.15%
BLUE value IS 234 (91.80% from 255) = 38.30%
R=33.55%
G=28.15%
B=38.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051722340.120.2600.08271.9459.6279.61
HexCDACEAC1A081103c50
Octal315254352143201042074120
Binary110011011010110011101010110011010010001000100001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDACEA; }

 p { color: rgb(205,172,234); }

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

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

 a { background-color: rgb(205,172,234); }

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

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

 span { border-color: rgb(205,172,234); }

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