#CAABEE

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

Shades of Perfume #CAABEE

Tints of Perfume #CAABEE

Color information

#CAABEE (or 0xCAABEE) is unknown color: approx Perfume. HEX triplet: CA, AB and EE. RGB value is (202,171,238). Sum of RGB (Red+Green+Blue) = 202+171+238=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAABEE is #355411. Grayscale: #BBBBBB. Windows color (decimal): -3494930 or 15641546. OLE color: 15641546.

HSL color Cylindrical-coordinate representation of color #CAABEE: hue angle of 267.76º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAABEE is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202171238-
CMYK0.150.2800.07
HSL267.76º66.34%80.2%-
HSV(B)267.76º28.15%93.33%-
XYZ54.3547.8687.26-
YUV187.91156.27138.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.06%
GREEN value IS 171 (67.19% from 255) = 27.99%
BLUE value IS 238 (93.36% from 255) = 38.95%
R=33.06%
G=27.99%
B=38.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021712380.150.2800.07267.7666.3480.2
HexCAABEEF1C0710c4250
Octal312253356173407414102120
Binary110010101010101111101110111111100011110000110010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABEE; }

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

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

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

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

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

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

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

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