#C8B0DF

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

Shades of Perfume #C8B0DF

Tints of Perfume #C8B0DF

Color information

#C8B0DF (or 0xC8B0DF) is unknown color: approx Perfume. HEX triplet: C8, B0 and DF. RGB value is (200,176,223). Sum of RGB (Red+Green+Blue) = 200+176+223=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8B0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B0DF is #374F20. Grayscale: #BCBCBC. Windows color (decimal): -3624737 or 14659784. OLE color: 14659784.

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

Color convert

RGB200176223-
CMYK0.100.2100.13
HSL270.64º42.34%78.24%-
HSV(B)270.64º21.08%87.45%-
XYZ52.6648.6676.43-
YUV188.53147.45136.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.39%
GREEN value IS 176 (69.14% from 255) = 29.38%
BLUE value IS 223 (87.5% from 255) = 37.23%
R=33.39%
G=29.38%
B=37.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001762230.100.2100.13270.6442.3478.24
HexC8B0DFA150D10f2a4e
Octal310260337122501541752116
Binary110010001011000011011111101010101011011000011111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B0DF; }

 p { color: rgb(200,176,223); }

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

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

 a { background-color: rgb(200,176,223); }

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

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

 span { border-color: rgb(200,176,223); }

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