#CBAEF4

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

Shades of Perfume #CBAEF4

Tints of Perfume #CBAEF4

Color information

#CBAEF4 (or 0xCBAEF4) is unknown color: approx Perfume. HEX triplet: CB, AE and F4. RGB value is (203,174,244). Sum of RGB (Red+Green+Blue) = 203+174+244=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 244 (95.70% from 255 or 39.29% from 621); Max value from RGB is 244 - color contains mainly: blue. Hex color #CBAEF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAEF4 is #34510B. Grayscale: #BEBEBE. Windows color (decimal): -3428620 or 16035531. OLE color: 16035531.

HSL color Cylindrical-coordinate representation of color #CBAEF4: hue angle of 264.86º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBAEF4 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB203174244-
CMYK0.170.2900.04
HSL264.86º76.09%81.96%-
HSV(B)264.86º28.69%95.69%-
XYZ56.0949.592.19-
YUV190.65158.11136.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.69%
GREEN value IS 174 (68.36% from 255) = 28.02%
BLUE value IS 244 (95.70% from 255) = 39.29%
R=32.69%
G=28.02%
B=39.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2031742440.170.2900.04264.8676.0981.96
HexCBAEF4111D041094c52
Octal313256364213504411114122
Binary1100101110101110111101001000111101010010000100110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAEF4; }

 p { color: rgb(203,174,244); }

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

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

 a { background-color: rgb(203,174,244); }

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

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

 span { border-color: rgb(203,174,244); }

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