#CBABED

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

Shades of Perfume #CBABED

Tints of Perfume #CBABED

Color information

#CBABED (or 0xCBABED) is unknown color: approx Perfume. HEX triplet: CB, AB and ED. RGB value is (203,171,237). Sum of RGB (Red+Green+Blue) = 203+171+237=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBABED is #345412. Grayscale: #BBBBBB. Windows color (decimal): -3429395 or 15576011. OLE color: 15576011.

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

Color convert

RGB203171237-
CMYK0.140.2800.07
HSL269.09º64.71%80%-
HSV(B)269.09º27.85%92.94%-
XYZ54.4847.9486.5-
YUV188.09155.6138.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.22%
GREEN value IS 171 (67.19% from 255) = 27.99%
BLUE value IS 237 (92.97% from 255) = 38.79%
R=33.22%
G=27.99%
B=38.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031712370.140.2800.07269.0964.7180
HexCBABEDE1C0710d4150
Octal313253355163407415101120
Binary110010111010101111101101111011100011110000110110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBABED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBABED; }

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

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

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

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

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

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

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

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