#C2ADD4

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

Shades of Perfume #C2ADD4

Tints of Perfume #C2ADD4

Color information

#C2ADD4 (or 0xC2ADD4) is unknown color: approx Perfume. HEX triplet: C2, AD and D4. RGB value is (194,173,212). Sum of RGB (Red+Green+Blue) = 194+173+212=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 212 - color contains mainly: blue. Hex color #C2ADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADD4 is #3D522B. Grayscale: #B7B7B7. Windows color (decimal): -4018732 or 13938114. OLE color: 13938114.

HSL color Cylindrical-coordinate representation of color #C2ADD4: hue angle of 272.31º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2ADD4 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB194173212-
CMYK0.080.1800.17
HSL272.31º31.2%75.49%-
HSV(B)272.31º18.4%83.14%-
XYZ49.0846.1168.6-
YUV183.72143.96135.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.51%
GREEN value IS 173 (67.97% from 255) = 29.88%
BLUE value IS 212 (83.20% from 255) = 36.61%
R=33.51%
G=29.88%
B=36.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1941732120.080.1800.17272.3131.275.49
HexC2ADD48120111101f4b
Octal302255324102202142037113
Binary110000101010110111010100100010010010001100010000111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ADD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ADD4; }

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

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

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

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

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

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

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

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