#C2ADE1

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

Shades of Perfume #C2ADE1

Tints of Perfume #C2ADE1

Color information

#C2ADE1 (or 0xC2ADE1) is unknown color: approx Perfume. HEX triplet: C2, AD and E1. RGB value is (194,173,225). Sum of RGB (Red+Green+Blue) = 194+173+225=592 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.77% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 225 (88.28% from 255 or 38.01% from 592); Max value from RGB is 225 - color contains mainly: blue. Hex color #C2ADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADE1 is #3D521E. Grayscale: #B9B9B9. Windows color (decimal): -4018719 or 14790082. OLE color: 14790082.

HSL color Cylindrical-coordinate representation of color #C2ADE1: hue angle of 264.23º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2ADE1 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB194173225-
CMYK0.140.2300.12
HSL264.23º46.43%78.04%-
HSV(B)264.23º23.11%88.24%-
XYZ50.7846.7977.59-
YUV185.21150.46134.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.77%
GREEN value IS 173 (67.97% from 255) = 29.22%
BLUE value IS 225 (88.28% from 255) = 38.01%
R=32.77%
G=29.22%
B=38.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1941732250.140.2300.12264.2346.4378.04
HexC2ADE1E170C1082e4e
Octal302255341162701441056116
Binary110000101010110111100001111010111011001000010001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ADE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ADE1; }

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

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

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

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

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

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

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

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