#CAACDE

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

Shades of Perfume #CAACDE

Tints of Perfume #CAACDE

Color information

#CAACDE (or 0xCAACDE) is unknown color: approx Perfume. HEX triplet: CA, AC and DE. RGB value is (202,172,222). Sum of RGB (Red+Green+Blue) = 202+172+222=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #CAACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACDE is #355321. Grayscale: #BABABA. Windows color (decimal): -3494690 or 14593226. OLE color: 14593226.

HSL color Cylindrical-coordinate representation of color #CAACDE: hue angle of 276º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAACDE is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202172222-
CMYK0.090.2300.13
HSL276º43.1%77.25%-
HSV(B)276º22.52%87.06%-
XYZ52.2947.3475.49-
YUV186.67147.94138.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.89%
GREEN value IS 172 (67.58% from 255) = 28.86%
BLUE value IS 222 (87.11% from 255) = 37.25%
R=33.89%
G=28.86%
B=37.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021722220.090.2300.1327643.177.25
HexCAACDE9170D1142b4d
Octal312254336112701542453115
Binary110010101010110011011110100110111011011000101001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACDE; }

 p { color: rgb(202,172,222); }

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

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

 a { background-color: rgb(202,172,222); }

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

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

 span { border-color: rgb(202,172,222); }

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