#CBA9ED

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

Shades of Perfume #CBA9ED

Tints of Perfume #CBA9ED

Color information

#CBA9ED (or 0xCBA9ED) is unknown color: approx Perfume. HEX triplet: CB, A9 and ED. RGB value is (203,169,237). Sum of RGB (Red+Green+Blue) = 203+169+237=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 169 (66.41% from 255 or 27.75% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBA9ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA9ED is #345612. Grayscale: #BABABA. Windows color (decimal): -3429907 or 15575499. OLE color: 15575499.

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

Color convert

RGB203169237-
CMYK0.140.2900.07
HSL270º65.38%79.61%-
HSV(B)270º28.69%92.94%-
XYZ54.147.1986.38-
YUV186.92156.26139.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.33%
GREEN value IS 169 (66.41% from 255) = 27.75%
BLUE value IS 237 (92.97% from 255) = 38.92%
R=33.33%
G=27.75%
B=38.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031692370.140.2900.0727065.3879.61
HexCBA9EDE1D0710e4150
Octal313251355163507416101120
Binary110010111010100111101101111011101011110000111010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA9ED; }

 p { color: rgb(203,169,237); }

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

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

 a { background-color: rgb(203,169,237); }

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

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

 span { border-color: rgb(203,169,237); }

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