#C2ADD6

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

Shades of Perfume #C2ADD6

Tints of Perfume #C2ADD6

Color information

#C2ADD6 (or 0xC2ADD6) is unknown color: approx Perfume. HEX triplet: C2, AD and D6. RGB value is (194,173,214). Sum of RGB (Red+Green+Blue) = 194+173+214=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 214 - color contains mainly: blue. Hex color #C2ADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADD6 is #3D5229. Grayscale: #B7B7B7. Windows color (decimal): -4018730 or 14069186. OLE color: 14069186.

HSL color Cylindrical-coordinate representation of color #C2ADD6: hue angle of 270.73º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2ADD6 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB194173214-
CMYK0.090.1900.16
HSL270.73º33.33%75.88%-
HSV(B)270.73º19.16%83.92%-
XYZ49.3346.2169.94-
YUV183.95144.96135.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.39%
GREEN value IS 173 (67.97% from 255) = 29.78%
BLUE value IS 214 (83.98% from 255) = 36.83%
R=33.39%
G=29.78%
B=36.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1941732140.090.1900.16270.7333.3375.88
HexC2ADD691301010f214c
Octal302255326112302041741114
Binary1100001010101101110101101001100110100001000011111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ADD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ADD6; }

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

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

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

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

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

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

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

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