#CBB1ED

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

Shades of Perfume #CBB1ED

Tints of Perfume #CBB1ED

Color information

#CBB1ED (or 0xCBB1ED) is unknown color: approx Perfume. HEX triplet: CB, B1 and ED. RGB value is (203,177,237). Sum of RGB (Red+Green+Blue) = 203+177+237=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 177 (69.53% from 255 or 28.69% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBB1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB1ED is #344E12. Grayscale: #BFBFBF. Windows color (decimal): -3427859 or 15577547. OLE color: 15577547.

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

Color convert

RGB203177237-
CMYK0.140.2500.07
HSL266º62.5%81.18%-
HSV(B)266º25.32%92.94%-
XYZ55.6450.2686.89-
YUV191.61153.61136.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.90%
GREEN value IS 177 (69.53% from 255) = 28.69%
BLUE value IS 237 (92.97% from 255) = 38.41%
R=32.90%
G=28.69%
B=38.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031772370.140.2500.0726662.581.18
HexCBB1EDE190710a3e51
Octal31326135516310741276121
Binary11001011101100011110110111101100101111000010101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB1ED; }

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

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

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

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

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

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

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

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