#CBAEEF

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

Shades of Perfume #CBAEEF

Tints of Perfume #CBAEEF

Color information

#CBAEEF (or 0xCBAEEF) is unknown color: approx Perfume. HEX triplet: CB, AE and EF. RGB value is (203,174,239). Sum of RGB (Red+Green+Blue) = 203+174+239=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBAEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAEEF is #345110. Grayscale: #BDBDBD. Windows color (decimal): -3428625 or 15707851. OLE color: 15707851.

HSL color Cylindrical-coordinate representation of color #CBAEEF: hue angle of 266.77º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBAEEF is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203174239-
CMYK0.150.2700.06
HSL266.77º67.01%80.98%-
HSV(B)266.77º27.2%93.73%-
XYZ55.3449.288.24-
YUV190.08155.61137.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.95%
GREEN value IS 174 (68.36% from 255) = 28.25%
BLUE value IS 239 (93.75% from 255) = 38.80%
R=32.95%
G=28.25%
B=38.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2031742390.150.2700.06266.7767.0180.98
HexCBAEEFF1B0610b4351
Octal313256357173306413103121
Binary110010111010111011101111111111011011010000101110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAEEF; }

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

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

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

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

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

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

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

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