#CBAEEE

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

Shades of Perfume #CBAEEE

Tints of Perfume #CBAEEE

Color information

#CBAEEE (or 0xCBAEEE) is unknown color: approx Perfume. HEX triplet: CB, AE and EE. RGB value is (203,174,238). Sum of RGB (Red+Green+Blue) = 203+174+238=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBAEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAEEE is #345111. Grayscale: #BDBDBD. Windows color (decimal): -3428626 or 15642315. OLE color: 15642315.

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

Color convert

RGB203174238-
CMYK0.150.2700.07
HSL267.19º65.31%80.78%-
HSV(B)267.19º26.89%93.33%-
XYZ55.249.1487.47-
YUV189.97155.11137.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.01%
GREEN value IS 174 (68.36% from 255) = 28.29%
BLUE value IS 238 (93.36% from 255) = 38.70%
R=33.01%
G=28.29%
B=38.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031742380.150.2700.07267.1965.3180.78
HexCBAEEEF1B0710b4151
Octal313256356173307413101121
Binary110010111010111011101110111111011011110000101110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAEEE; }

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

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

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

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

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

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

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

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