#C2ADDB

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

Shades of Perfume #C2ADDB

Tints of Perfume #C2ADDB

Color information

#C2ADDB (or 0xC2ADDB) is unknown color: approx Perfume. HEX triplet: C2, AD and DB. RGB value is (194,173,219). Sum of RGB (Red+Green+Blue) = 194+173+219=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #C2ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADDB is #3D5224. Grayscale: #B8B8B8. Windows color (decimal): -4018725 or 14396866. OLE color: 14396866.

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

Color convert

RGB194173219-
CMYK0.110.2100.14
HSL267.39º38.98%76.86%-
HSV(B)267.39º21%85.88%-
XYZ49.9846.4773.35-
YUV184.52147.46134.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.11%
GREEN value IS 173 (67.97% from 255) = 29.52%
BLUE value IS 219 (85.94% from 255) = 37.37%
R=33.11%
G=29.52%
B=37.37%

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
Decimal1941732190.110.2100.14267.3938.9876.86
HexC2ADDBB150E10b274d
Octal302255333132501641347115
Binary110000101010110111011011101110101011101000010111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ADDB; }

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

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

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

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

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

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

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

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