#CBAFE5

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

Shades of Perfume #CBAFE5

Tints of Perfume #CBAFE5

Color information

#CBAFE5 (or 0xCBAFE5) is unknown color: approx Perfume. HEX triplet: CB, AF and E5. RGB value is (203,175,229). Sum of RGB (Red+Green+Blue) = 203+175+229=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBAFE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFE5 is #34501A. Grayscale: #BDBDBD. Windows color (decimal): -3428379 or 15052747. OLE color: 15052747.

HSL color Cylindrical-coordinate representation of color #CBAFE5: hue angle of 271.11º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBAFE5 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB203175229-
CMYK0.110.2400.10
HSL271.11º50.94%79.22%-
HSV(B)271.11º23.58%89.8%-
XYZ54.149.0180.74-
YUV189.53150.28137.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.44%
GREEN value IS 175 (68.75% from 255) = 28.83%
BLUE value IS 229 (89.84% from 255) = 37.73%
R=33.44%
G=28.83%
B=37.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2031752290.110.2400.10271.1150.9479.22
HexCBAFE5B180A10f334f
Octal313257345133001241763117
Binary110010111010111111100101101111000010101000011111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFE5; }

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

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

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

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

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

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

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

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