#CBAEEC

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

Shades of Perfume #CBAEEC

Tints of Perfume #CBAEEC

Color information

#CBAEEC (or 0xCBAEEC) is unknown color: approx Perfume. HEX triplet: CB, AE and EC. RGB value is (203,174,236). Sum of RGB (Red+Green+Blue) = 203+174+236=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBAEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAEEC is #345113. Grayscale: #BDBDBD. Windows color (decimal): -3428628 or 15511243. OLE color: 15511243.

HSL color Cylindrical-coordinate representation of color #CBAEEC: hue angle of 268.06º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBAEEC is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203174236-
CMYK0.140.2600.07
HSL268.06º62%80.39%-
HSV(B)268.06º26.27%92.55%-
XYZ54.949.0285.93-
YUV189.74154.11137.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.12%
GREEN value IS 174 (68.36% from 255) = 28.38%
BLUE value IS 236 (92.58% from 255) = 38.50%
R=33.12%
G=28.38%
B=38.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031742360.140.2600.07268.066280.39
HexCBAEECE1A0710c3e50
Octal31325635416320741476120
Binary11001011101011101110110011101101001111000011001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAEEC; }

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

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

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

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

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

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

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

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