#CAB1DD

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

Shades of Perfume #CAB1DD

Tints of Perfume #CAB1DD

Color information

#CAB1DD (or 0xCAB1DD) is unknown color: approx Perfume. HEX triplet: CA, B1 and DD. RGB value is (202,177,221). Sum of RGB (Red+Green+Blue) = 202+177+221=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 177 (69.53% from 255 or 29.5% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAB1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1DD is #354E22. Grayscale: #BDBDBD. Windows color (decimal): -3493411 or 14528970. OLE color: 14528970.

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

Color convert

RGB202177221-
CMYK0.090.2000.13
HSL274.09º39.29%78.04%-
HSV(B)274.09º19.91%86.67%-
XYZ53.1349.2275.11-
YUV189.49145.78136.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.67%
GREEN value IS 177 (69.53% from 255) = 29.5%
BLUE value IS 221 (86.72% from 255) = 36.83%
R=33.67%
G=29.5%
B=36.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021772210.090.2000.13274.0939.2978.04
HexCAB1DD9140D112274e
Octal312261335112401542247116
Binary110010101011000111011101100110100011011000100101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB1DD; }

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

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

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

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

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

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

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

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