#CAB2E9

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

Shades of Perfume #CAB2E9

Tints of Perfume #CAB2E9

Color information

#CAB2E9 (or 0xCAB2E9) is unknown color: approx Perfume. HEX triplet: CA, B2 and E9. RGB value is (202,178,233). Sum of RGB (Red+Green+Blue) = 202+178+233=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 178 (69.92% from 255 or 29.04% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 233 - color contains mainly: blue. Hex color #CAB2E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB2E9 is #354D16. Grayscale: #BFBFBF. Windows color (decimal): -3493143 or 15315658. OLE color: 15315658.

HSL color Cylindrical-coordinate representation of color #CAB2E9: hue angle of 266.18º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAB2E9 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202178233-
CMYK0.130.2400.09
HSL266.18º55.56%80.59%-
HSV(B)266.18º23.61%91.37%-
XYZ54.9950.2883.9-
YUV191.45151.45135.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.95%
GREEN value IS 178 (69.92% from 255) = 29.04%
BLUE value IS 233 (91.41% from 255) = 38.01%
R=32.95%
G=29.04%
B=38.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021782330.130.2400.09266.1855.5680.59
HexCAB2E9D180910a3851
Octal312262351153001141270121
Binary110010101011001011101001110111000010011000010101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB2E9; }

 p { color: rgb(202,178,233); }

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

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

 a { background-color: rgb(202,178,233); }

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

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

 span { border-color: rgb(202,178,233); }

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