#C8ADDB

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

Shades of Perfume #C8ADDB

Tints of Perfume #C8ADDB

Color information

#C8ADDB (or 0xC8ADDB) is unknown color: approx Perfume. HEX triplet: C8, AD and DB. RGB value is (200,173,219). Sum of RGB (Red+Green+Blue) = 200+173+219=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ADDB is #375224. Grayscale: #BABABA. Windows color (decimal): -3625509 or 14396872. OLE color: 14396872.

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

Color convert

RGB200173219-
CMYK0.090.2100.14
HSL275.22º38.98%76.86%-
HSV(B)275.22º21%85.88%-
XYZ51.5547.2873.43-
YUV186.32146.45137.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.78%
GREEN value IS 173 (67.97% from 255) = 29.22%
BLUE value IS 219 (85.94% from 255) = 36.99%
R=33.78%
G=29.22%
B=36.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001732190.090.2100.14275.2238.9876.86
HexC8ADDB9150E113274d
Octal310255333112501642347115
Binary110010001010110111011011100110101011101000100111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ADDB; }

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

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

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

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

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

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

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

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