#C8B2DB

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

Shades of Perfume #C8B2DB

Tints of Perfume #C8B2DB

Color information

#C8B2DB (or 0xC8B2DB) is unknown color: approx Perfume. HEX triplet: C8, B2 and DB. RGB value is (200,178,219). Sum of RGB (Red+Green+Blue) = 200+178+219=597 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.50% from 597); Green value is 178 (69.92% from 255 or 29.82% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8B2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B2DB is #374D24. Grayscale: #BDBDBD. Windows color (decimal): -3624229 or 14398152. OLE color: 14398152.

HSL color Cylindrical-coordinate representation of color #C8B2DB: hue angle of 272.2º degrees, saturation: 0.36, 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 #C8B2DB is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200178219-
CMYK0.090.1900.14
HSL272.2º36.28%77.84%-
HSV(B)272.2º18.72%85.88%-
XYZ52.5349.2373.75-
YUV189.25144.79135.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.50%
GREEN value IS 178 (69.92% from 255) = 29.82%
BLUE value IS 219 (85.94% from 255) = 36.68%
R=33.50%
G=29.82%
B=36.68%

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
Decimal2001782190.090.1900.14272.236.2877.84
HexC8B2DB9130E110244e
Octal310262333112301642044116
Binary110010001011001011011011100110011011101000100001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B2DB; }

 p { color: rgb(200,178,219); }

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

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

 a { background-color: rgb(200,178,219); }

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

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

 span { border-color: rgb(200,178,219); }

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