#C6B2DD

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

Shades of Perfume #C6B2DD

Tints of Perfume #C6B2DD

Color information

#C6B2DD (or 0xC6B2DD) is unknown color: approx Perfume. HEX triplet: C6, B2 and DD. RGB value is (198,178,221). Sum of RGB (Red+Green+Blue) = 198+178+221=597 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.17% from 597); Green value is 178 (69.92% from 255 or 29.82% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6B2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6B2DD is #394D22. Grayscale: #BCBCBC. Windows color (decimal): -3755299 or 14529222. OLE color: 14529222.

HSL color Cylindrical-coordinate representation of color #C6B2DD: hue angle of 267.91º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6B2DD is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198178221-
CMYK0.100.1900.13
HSL267.91º38.74%78.24%-
HSV(B)267.91º19.46%86.67%-
XYZ52.2649.0775.12-
YUV188.88146.13134.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.17%
GREEN value IS 178 (69.92% from 255) = 29.82%
BLUE value IS 221 (86.72% from 255) = 37.02%
R=33.17%
G=29.82%
B=37.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981782210.100.1900.13267.9138.7478.24
HexC6B2DDA130D10c274e
Octal306262335122301541447116
Binary110001101011001011011101101010011011011000011001001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B2DD; }

 p { color: rgb(198,178,221); }

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

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

 a { background-color: rgb(198,178,221); }

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

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

 span { border-color: rgb(198,178,221); }

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