#CAAFEF

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

Shades of Perfume #CAAFEF

Tints of Perfume #CAAFEF

Color information

#CAAFEF (or 0xCAAFEF) is unknown color: approx Perfume. HEX triplet: CA, AF and EF. RGB value is (202,175,239). Sum of RGB (Red+Green+Blue) = 202+175+239=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAAFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAFEF is #355010. Grayscale: #BEBEBE. Windows color (decimal): -3493905 or 15708106. OLE color: 15708106.

HSL color Cylindrical-coordinate representation of color #CAAFEF: hue angle of 265.31º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAAFEF is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202175239-
CMYK0.150.2700.06
HSL265.31º66.67%81.18%-
HSV(B)265.31º26.78%93.73%-
XYZ55.2749.4588.29-
YUV190.37155.45136.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.79%
GREEN value IS 175 (68.75% from 255) = 28.41%
BLUE value IS 239 (93.75% from 255) = 38.80%
R=32.79%
G=28.41%
B=38.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2021752390.150.2700.06265.3166.6781.18
HexCAAFEFF1B061094351
Octal312257357173306411103121
Binary110010101010111111101111111111011011010000100110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFEF; }

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

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

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

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

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

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

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

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