#CBAFE1

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

Shades of Perfume #CBAFE1

Tints of Perfume #CBAFE1

Color information

#CBAFE1 (or 0xCBAFE1) is unknown color: approx Perfume. HEX triplet: CB, AF and E1. RGB value is (203,175,225). Sum of RGB (Red+Green+Blue) = 203+175+225=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBAFE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFE1 is #34501E. Grayscale: #BCBCBC. Windows color (decimal): -3428383 or 14790603. OLE color: 14790603.

HSL color Cylindrical-coordinate representation of color #CBAFE1: hue angle of 273.6º degrees, saturation: 0.45, 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 #CBAFE1 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB203175225-
CMYK0.100.2200.12
HSL273.6º45.45%78.43%-
HSV(B)273.6º22.22%88.24%-
XYZ53.5548.7977.83-
YUV189.07148.28137.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.67%
GREEN value IS 175 (68.75% from 255) = 29.02%
BLUE value IS 225 (88.28% from 255) = 37.31%
R=33.67%
G=29.02%
B=37.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2031752250.100.2200.12273.645.4578.43
HexCBAFE1A160C1122d4e
Octal313257341122601442255116
Binary110010111010111111100001101010110011001000100101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFE1; }

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

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

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

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

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

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

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

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