#CAB2EA

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

Shades of Perfume #CAB2EA

Tints of Perfume #CAB2EA

Color information

#CAB2EA (or 0xCAB2EA) is unknown color: approx Perfume. HEX triplet: CA, B2 and EA. RGB value is (202,178,234). Sum of RGB (Red+Green+Blue) = 202+178+234=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 178 (69.92% from 255 or 28.99% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAB2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB2EA is #354D15. Grayscale: #BFBFBF. Windows color (decimal): -3493142 or 15381194. OLE color: 15381194.

HSL color Cylindrical-coordinate representation of color #CAB2EA: hue angle of 265.71º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAB2EA is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202178234-
CMYK0.140.2400.08
HSL265.71º57.14%80.78%-
HSV(B)265.71º23.93%91.76%-
XYZ55.1350.3484.65-
YUV191.56151.95135.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.90%
GREEN value IS 178 (69.92% from 255) = 28.99%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=32.90%
G=28.99%
B=38.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021782340.140.2400.08265.7157.1480.78
HexCAB2EAE180810a3951
Octal312262352163001041271121
Binary110010101011001011101010111011000010001000010101110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB2EA; }

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

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

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

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

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

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

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

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