#CAB5DF

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

Shades of Perfume #CAB5DF

Tints of Perfume #CAB5DF

Color information

#CAB5DF (or 0xCAB5DF) is unknown color: approx Perfume. HEX triplet: CA, B5 and DF. RGB value is (202,181,223). Sum of RGB (Red+Green+Blue) = 202+181+223=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAB5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB5DF is #354A20. Grayscale: #BFBFBF. Windows color (decimal): -3492385 or 14661066. OLE color: 14661066.

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

Color convert

RGB202181223-
CMYK0.090.1900.13
HSL270º39.62%79.22%-
HSV(B)270º18.83%87.45%-
XYZ54.250.9376.79-
YUV192.07145.46135.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.33%
GREEN value IS 181 (71.09% from 255) = 29.87%
BLUE value IS 223 (87.5% from 255) = 36.80%
R=33.33%
G=29.87%
B=36.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021812230.090.1900.1327039.6279.22
HexCAB5DF9130D10e284f
Octal312265337112301541650117
Binary110010101011010111011111100110011011011000011101010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB5DF; }

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

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

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

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

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

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

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

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