#C8B3DC

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

Shades of Perfume #C8B3DC

Tints of Perfume #C8B3DC

Color information

#C8B3DC (or 0xC8B3DC) is unknown color: approx Perfume. HEX triplet: C8, B3 and DC. RGB value is (200,179,220). Sum of RGB (Red+Green+Blue) = 200+179+220=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 179 (70.31% from 255 or 29.88% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8B3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B3DC is #374C23. Grayscale: #BDBDBD. Windows color (decimal): -3623972 or 14463944. OLE color: 14463944.

HSL color Cylindrical-coordinate representation of color #C8B3DC: hue angle of 270.73º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8B3DC is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200179220-
CMYK0.090.1900.14
HSL270.73º36.94%78.24%-
HSV(B)270.73º18.64%86.27%-
XYZ52.8649.6974.51-
YUV189.95144.96135.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.39%
GREEN value IS 179 (70.31% from 255) = 29.88%
BLUE value IS 220 (86.33% from 255) = 36.73%
R=33.39%
G=29.88%
B=36.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001792200.090.1900.14270.7336.9478.24
HexC8B3DC9130E10f254e
Octal310263334112301641745116
Binary110010001011001111011100100110011011101000011111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B3DC; }

 p { color: rgb(200,179,220); }

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

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

 a { background-color: rgb(200,179,220); }

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

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

 span { border-color: rgb(200,179,220); }

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