#CBA5EB

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

Shades of Perfume #CBA5EB

Tints of Perfume #CBA5EB

Color information

#CBA5EB (or 0xCBA5EB) is unknown color: approx Perfume. HEX triplet: CB, A5 and EB. RGB value is (203,165,235). Sum of RGB (Red+Green+Blue) = 203+165+235=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 165 (64.84% from 255 or 27.36% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBA5EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA5EB is #345A14. Grayscale: #B8B8B8. Windows color (decimal): -3430933 or 15443403. OLE color: 15443403.

HSL color Cylindrical-coordinate representation of color #CBA5EB: hue angle of 272.57º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBA5EB is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203165235-
CMYK0.140.3000.08
HSL272.57º63.64%78.43%-
HSV(B)272.57º29.79%92.16%-
XYZ53.0845.684.6-
YUV184.34156.59141.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.67%
GREEN value IS 165 (64.84% from 255) = 27.36%
BLUE value IS 235 (92.19% from 255) = 38.97%
R=33.67%
G=27.36%
B=38.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031652350.140.3000.08272.5763.6478.43
HexCBA5EBE1E08111404e
Octal3132453531636010421100116
Binary1100101110100101111010111110111100100010001000110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA5EB; }

 p { color: rgb(203,165,235); }

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

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

 a { background-color: rgb(203,165,235); }

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

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

 span { border-color: rgb(203,165,235); }

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