#CAAFEB

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

Shades of Perfume #CAAFEB

Tints of Perfume #CAAFEB

Color information

#CAAFEB (or 0xCAAFEB) is unknown color: approx Perfume. HEX triplet: CA, AF and EB. RGB value is (202,175,235). Sum of RGB (Red+Green+Blue) = 202+175+235=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAAFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAFEB is #355014. Grayscale: #BDBDBD. Windows color (decimal): -3493909 or 15445962. OLE color: 15445962.

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

Color convert

RGB202175235-
CMYK0.140.2600.08
HSL267º60%80.39%-
HSV(B)267º25.53%92.16%-
XYZ54.6849.2185.21-
YUV189.91153.45136.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.01%
GREEN value IS 175 (68.75% from 255) = 28.59%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=33.01%
G=28.59%
B=38.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021752350.140.2600.082676080.39
HexCAAFEBE1A0810b3c50
Octal312257353163201041374120
Binary110010101010111111101011111011010010001000010111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFEB; }

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

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

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

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

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

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

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

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