#CBAFE0

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

Shades of Perfume #CBAFE0

Tints of Perfume #CBAFE0

Color information

#CBAFE0 (or 0xCBAFE0) is unknown color: approx Perfume. HEX triplet: CB, AF and E0. RGB value is (203,175,224). Sum of RGB (Red+Green+Blue) = 203+175+224=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBAFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFE0 is #34501F. Grayscale: #BCBCBC. Windows color (decimal): -3428384 or 14725067. OLE color: 14725067.

HSL color Cylindrical-coordinate representation of color #CBAFE0: hue angle of 274.29º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBAFE0 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB203175224-
CMYK0.090.2200.12
HSL274.29º44.14%78.24%-
HSV(B)274.29º21.88%87.84%-
XYZ53.4148.7477.11-
YUV188.96147.78138.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.72%
GREEN value IS 175 (68.75% from 255) = 29.07%
BLUE value IS 224 (87.89% from 255) = 37.21%
R=33.72%
G=29.07%
B=37.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2031752240.090.2200.12274.2944.1478.24
HexCBAFE09160C1122c4e
Octal313257340112601442254116
Binary110010111010111111100000100110110011001000100101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFE0; }

 p { color: rgb(203,175,224); }

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

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

 a { background-color: rgb(203,175,224); }

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

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

 span { border-color: rgb(203,175,224); }

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