#CBB7DE

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

Shades of Perfume #CBB7DE

Tints of Perfume #CBB7DE

Color information

#CBB7DE (or 0xCBB7DE) is unknown color: approx Perfume. HEX triplet: CB, B7 and DE. RGB value is (203,183,222). Sum of RGB (Red+Green+Blue) = 203+183+222=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBB7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB7DE is #344821. Grayscale: #C1C1C1. Windows color (decimal): -3426338 or 14596043. OLE color: 14596043.

HSL color Cylindrical-coordinate representation of color #CBB7DE: hue angle of 270.77º degrees, saturation: 0.37, 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 #CBB7DE is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203183222-
CMYK0.090.1800.13
HSL270.77º37.14%79.41%-
HSV(B)270.77º17.57%87.06%-
XYZ54.7551.8476.23-
YUV193.43144.13134.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.39%
GREEN value IS 183 (71.88% from 255) = 30.10%
BLUE value IS 222 (87.11% from 255) = 36.51%
R=33.39%
G=30.10%
B=36.51%

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
Decimal2031832220.090.1800.13270.7737.1479.41
HexCBB7DE9120D10f254f
Octal313267336112201541745117
Binary110010111011011111011110100110010011011000011111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB7DE; }

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

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

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

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

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

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

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

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