#C8B4DD

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

Shades of Perfume #C8B4DD

Tints of Perfume #C8B4DD

Color information

#C8B4DD (or 0xC8B4DD) is unknown color: approx Perfume. HEX triplet: C8, B4 and DD. RGB value is (200,180,221). Sum of RGB (Red+Green+Blue) = 200+180+221=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8B4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B4DD is #374B22. Grayscale: #BEBEBE. Windows color (decimal): -3623715 or 14529736. OLE color: 14529736.

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

Color convert

RGB200180221-
CMYK0.100.1900.13
HSL269.27º37.61%78.63%-
HSV(B)269.27º18.55%86.67%-
XYZ53.1950.1475.28-
YUV190.65145.13134.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.28%
GREEN value IS 180 (70.70% from 255) = 29.95%
BLUE value IS 221 (86.72% from 255) = 36.77%
R=33.28%
G=29.95%
B=36.77%

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
Decimal2001802210.100.1900.13269.2737.6178.63
HexC8B4DDA130D10d264f
Octal310264335122301541546117
Binary110010001011010011011101101010011011011000011011001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B4DD; }

 p { color: rgb(200,180,221); }

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

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

 a { background-color: rgb(200,180,221); }

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

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

 span { border-color: rgb(200,180,221); }

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