#CAABE7

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

Shades of Perfume #CAABE7

Tints of Perfume #CAABE7

Color information

#CAABE7 (or 0xCAABE7) is unknown color: approx Perfume. HEX triplet: CA, AB and E7. RGB value is (202,171,231). Sum of RGB (Red+Green+Blue) = 202+171+231=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 231 (90.62% from 255 or 38.25% from 604); Max value from RGB is 231 - color contains mainly: blue. Hex color #CAABE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAABE7 is #355418. Grayscale: #BABABA. Windows color (decimal): -3494937 or 15182794. OLE color: 15182794.

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

Color convert

RGB202171231-
CMYK0.130.2600.09
HSL271º55.56%78.82%-
HSV(B)271º25.97%90.59%-
XYZ53.3447.4581.95-
YUV187.11152.77138.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.44%
GREEN value IS 171 (67.19% from 255) = 28.31%
BLUE value IS 231 (90.62% from 255) = 38.25%
R=33.44%
G=28.31%
B=38.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021712310.130.2600.0927155.5678.82
HexCAABE7D1A0910f384f
Octal312253347153201141770117
Binary110010101010101111100111110111010010011000011111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABE7; }

 p { color: rgb(202,171,231); }

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

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

 a { background-color: rgb(202,171,231); }

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

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

 span { border-color: rgb(202,171,231); }

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