#CAB0DF

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

Shades of Perfume #CAB0DF

Tints of Perfume #CAB0DF

Color information

#CAB0DF (or 0xCAB0DF) is unknown color: approx Perfume. HEX triplet: CA, B0 and DF. RGB value is (202,176,223). Sum of RGB (Red+Green+Blue) = 202+176+223=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAB0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0DF is #354F20. Grayscale: #BCBCBC. Windows color (decimal): -3493665 or 14659786. OLE color: 14659786.

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

Color convert

RGB202176223-
CMYK0.090.2100.13
HSL273.19º42.34%78.24%-
HSV(B)273.19º21.08%87.45%-
XYZ53.248.9376.45-
YUV189.13147.11137.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 176 (69.14% from 255) = 29.28%
BLUE value IS 223 (87.5% from 255) = 37.10%
R=33.61%
G=29.28%
B=37.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021762230.090.2100.13273.1942.3478.24
HexCAB0DF9150D1112a4e
Octal312260337112501542152116
Binary110010101011000011011111100110101011011000100011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB0DF; }

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

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

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

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

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

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

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

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