#C3B3D1

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

Shades of Perfume #C3B3D1

Tints of Perfume #C3B3D1

Color information

#C3B3D1 (or 0xC3B3D1) is unknown color: approx Perfume. HEX triplet: C3, B3 and D1. RGB value is (195,179,209). Sum of RGB (Red+Green+Blue) = 195+179+209=583 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.45% from 583); Green value is 179 (70.31% from 255 or 30.70% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 209 - color contains mainly: blue. Hex color #C3B3D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B3D1 is #3C4C2E. Grayscale: #BBBBBB. Windows color (decimal): -3951663 or 13743043. OLE color: 13743043.

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

Color convert

RGB195179209-
CMYK0.070.1400.18
HSL272º24.59%76.08%-
HSV(B)272º14.35%81.96%-
XYZ50.1348.4567.03-
YUV187.2140.3133.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.45%
GREEN value IS 179 (70.31% from 255) = 30.70%
BLUE value IS 209 (82.03% from 255) = 35.85%
R=33.45%
G=30.70%
B=35.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1951792090.070.1400.1827224.5976.08
HexC3B3D17E012110194c
Octal30326332171602242031114
Binary1100001110110011110100011111110010010100010000110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B3D1; }

 p { color: rgb(195,179,209); }

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

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

 a { background-color: rgb(195,179,209); }

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

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

 span { border-color: rgb(195,179,209); }

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