#CAB4DF

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

Shades of Perfume #CAB4DF

Tints of Perfume #CAB4DF

Color information

#CAB4DF (or 0xCAB4DF) is unknown color: approx Perfume. HEX triplet: CA, B4 and DF. RGB value is (202,180,223). Sum of RGB (Red+Green+Blue) = 202+180+223=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 180 (70.70% from 255 or 29.75% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAB4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB4DF is #354B20. Grayscale: #BFBFBF. Windows color (decimal): -3492641 or 14660810. OLE color: 14660810.

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

Color convert

RGB202180223-
CMYK0.090.1900.13
HSL270.7º40.19%79.02%-
HSV(B)270.7º19.28%87.45%-
XYZ5450.5376.72-
YUV191.48145.79135.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.39%
GREEN value IS 180 (70.70% from 255) = 29.75%
BLUE value IS 223 (87.5% from 255) = 36.86%
R=33.39%
G=29.75%
B=36.86%

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
Decimal2021802230.090.1900.13270.740.1979.02
HexCAB4DF9130D10f284f
Octal312264337112301541750117
Binary110010101011010011011111100110011011011000011111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB4DF; }

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

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

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

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

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

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

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

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