#CAACDF

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

Shades of Perfume #CAACDF

Tints of Perfume #CAACDF

Color information

#CAACDF (or 0xCAACDF) is unknown color: approx Perfume. HEX triplet: CA, AC and DF. RGB value is (202,172,223). Sum of RGB (Red+Green+Blue) = 202+172+223=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACDF is #355320. Grayscale: #BABABA. Windows color (decimal): -3494689 or 14658762. OLE color: 14658762.

HSL color Cylindrical-coordinate representation of color #CAACDF: hue angle of 275.29º degrees, saturation: 0.44, 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 #CAACDF is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202172223-
CMYK0.090.2300.13
HSL275.29º44.35%77.45%-
HSV(B)275.29º22.87%87.45%-
XYZ52.4347.3976.2-
YUV186.78148.44138.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.84%
GREEN value IS 172 (67.58% from 255) = 28.81%
BLUE value IS 223 (87.5% from 255) = 37.35%
R=33.84%
G=28.81%
B=37.35%

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
Decimal2021722230.090.2300.13275.2944.3577.45
HexCAACDF9170D1132c4d
Octal312254337112701542354115
Binary110010101010110011011111100110111011011000100111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACDF; }

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

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

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

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

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

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

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

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