#C4ADDB

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

Shades of Perfume #C4ADDB

Tints of Perfume #C4ADDB

Color information

#C4ADDB (or 0xC4ADDB) is unknown color: approx Perfume. HEX triplet: C4, AD and DB. RGB value is (196,173,219). Sum of RGB (Red+Green+Blue) = 196+173+219=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ADDB is #3B5224. Grayscale: #B8B8B8. Windows color (decimal): -3887653 or 14396868. OLE color: 14396868.

HSL color Cylindrical-coordinate representation of color #C4ADDB: hue angle of 270º 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 #C4ADDB is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196173219-
CMYK0.110.2100.14
HSL270º38.98%76.86%-
HSV(B)270º21%85.88%-
XYZ50.4946.7473.38-
YUV185.12147.12135.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.33%
GREEN value IS 173 (67.97% from 255) = 29.42%
BLUE value IS 219 (85.94% from 255) = 37.24%
R=33.33%
G=29.42%
B=37.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961732190.110.2100.1427038.9876.86
HexC4ADDBB150E10e274d
Octal304255333132501641647115
Binary110001001010110111011011101110101011101000011101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ADDB; }

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

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

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

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

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

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

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

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