#CAAFEA

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

Shades of Perfume #CAAFEA

Tints of Perfume #CAAFEA

Color information

#CAAFEA (or 0xCAAFEA) is unknown color: approx Perfume. HEX triplet: CA, AF and EA. RGB value is (202,175,234). Sum of RGB (Red+Green+Blue) = 202+175+234=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAAFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAFEA is #355015. Grayscale: #BDBDBD. Windows color (decimal): -3493910 or 15380426. OLE color: 15380426.

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

Color convert

RGB202175234-
CMYK0.140.2500.08
HSL267.46º58.42%80.2%-
HSV(B)267.46º25.21%91.76%-
XYZ54.5449.1684.46-
YUV189.8152.95136.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.06%
GREEN value IS 175 (68.75% from 255) = 28.64%
BLUE value IS 234 (91.80% from 255) = 38.30%
R=33.06%
G=28.64%
B=38.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021752340.140.2500.08267.4658.4280.2
HexCAAFEAE190810b3a50
Octal312257352163101041372120
Binary110010101010111111101010111011001010001000010111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFEA; }

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

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

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

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

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

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

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

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