#CBABE7

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

Shades of Perfume #CBABE7

Tints of Perfume #CBABE7

Color information

#CBABE7 (or 0xCBABE7) is unknown color: approx Perfume. HEX triplet: CB, AB and E7. RGB value is (203,171,231). Sum of RGB (Red+Green+Blue) = 203+171+231=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBABE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBABE7 is #345418. Grayscale: #BBBBBB. Windows color (decimal): -3429401 or 15182795. OLE color: 15182795.

HSL color Cylindrical-coordinate representation of color #CBABE7: hue angle of 272º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBABE7 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203171231-
CMYK0.120.2600.09
HSL272º55.56%78.82%-
HSV(B)272º25.97%90.59%-
XYZ53.6247.5981.96-
YUV187.41152.6139.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.55%
GREEN value IS 171 (67.19% from 255) = 28.26%
BLUE value IS 231 (90.62% from 255) = 38.18%
R=33.55%
G=28.26%
B=38.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031712310.120.2600.0927255.5678.82
HexCBABE7C1A09110384f
Octal313253347143201142070117
Binary110010111010101111100111110011010010011000100001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBABE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBABE7; }

 p { color: rgb(203,171,231); }

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

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

 a { background-color: rgb(203,171,231); }

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

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

 span { border-color: rgb(203,171,231); }

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