#CBB6DE

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

Shades of Perfume #CBB6DE

Tints of Perfume #CBB6DE

Color information

#CBB6DE (or 0xCBB6DE) is unknown color: approx Perfume. HEX triplet: CB, B6 and DE. RGB value is (203,182,222). Sum of RGB (Red+Green+Blue) = 203+182+222=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBB6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB6DE is #344921. Grayscale: #C0C0C0. Windows color (decimal): -3426594 or 14595787. OLE color: 14595787.

HSL color Cylindrical-coordinate representation of color #CBB6DE: hue angle of 271.5º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBB6DE is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203182222-
CMYK0.090.1800.13
HSL271.5º37.74%79.22%-
HSV(B)271.5º18.02%87.06%-
XYZ54.5451.4376.16-
YUV192.84144.46135.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.44%
GREEN value IS 182 (71.48% from 255) = 29.98%
BLUE value IS 222 (87.11% from 255) = 36.57%
R=33.44%
G=29.98%
B=36.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031822220.090.1800.13271.537.7479.22
HexCBB6DE9120D110264f
Octal313266336112201542046117
Binary110010111011011011011110100110010011011000100001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB6DE; }

 p { color: rgb(203,182,222); }

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

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

 a { background-color: rgb(203,182,222); }

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

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

 span { border-color: rgb(203,182,222); }

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