#CAAFE8

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

Shades of Perfume #CAAFE8

Tints of Perfume #CAAFE8

Color information

#CAAFE8 (or 0xCAAFE8) is unknown color: approx Perfume. HEX triplet: CA, AF and E8. RGB value is (202,175,232). Sum of RGB (Red+Green+Blue) = 202+175+232=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 232 (91.02% from 255 or 38.10% from 609); Max value from RGB is 232 - color contains mainly: blue. Hex color #CAAFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAFE8 is #355017. Grayscale: #BDBDBD. Windows color (decimal): -3493912 or 15249354. OLE color: 15249354.

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

Color convert

RGB202175232-
CMYK0.130.2500.09
HSL268.42º55.34%79.8%-
HSV(B)268.42º24.57%90.98%-
XYZ54.2549.0482.95-
YUV189.57151.95136.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.17%
GREEN value IS 175 (68.75% from 255) = 28.74%
BLUE value IS 232 (91.02% from 255) = 38.10%
R=33.17%
G=28.74%
B=38.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021752320.130.2500.09268.4255.3479.8
HexCAAFE8D190910c3750
Octal312257350153101141467120
Binary110010101010111111101000110111001010011000011001101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFE8; }

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

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

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

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

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

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

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

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