#CAB1DF

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

Shades of Perfume #CAB1DF

Tints of Perfume #CAB1DF

Color information

#CAB1DF (or 0xCAB1DF) is unknown color: approx Perfume. HEX triplet: CA, B1 and DF. RGB value is (202,177,223). Sum of RGB (Red+Green+Blue) = 202+177+223=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAB1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1DF is #354E20. Grayscale: #BDBDBD. Windows color (decimal): -3493409 or 14660042. OLE color: 14660042.

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

Color convert

RGB202177223-
CMYK0.090.2100.13
HSL272.61º41.82%78.43%-
HSV(B)272.61º20.63%87.45%-
XYZ53.449.3376.52-
YUV189.72146.78136.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.55%
GREEN value IS 177 (69.53% from 255) = 29.40%
BLUE value IS 223 (87.5% from 255) = 37.04%
R=33.55%
G=29.40%
B=37.04%

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
Decimal2021772230.090.2100.13272.6141.8278.43
HexCAB1DF9150D1112a4e
Octal312261337112501542152116
Binary110010101011000111011111100110101011011000100011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB1DF; }

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

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

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

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

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

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

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

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