Html Css Color HEX #C2AED5 Perfume

📋 copy color: '#C2AED5'

red 194 ◦ green 174 ◦ blue 213

#C2AED5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #C2AED5

Tints of Perfume #C2AED5

RGB

 RED value IS 194 (76.17% from 255) = 33.39%

 GREEN value IS 174 (68.36% from 255) = 29.95%

 BLUE value IS 213 (83.59% from 255) = 36.66%

R = 33.39%
G = 29.95%
B = 36.66%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C2AED5 (or 0xC2AED5) is known color: Perfume. HEX triplet: C2, AE and D5. RGB value is (194,174,213). Sum of RGB (Red+Green+Blue) = 194+174+213=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 213 - color contains mainly: blue. Hex color #C2AED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AED5 is #3D512A. Grayscale: #B8B8B8. Windows color (decimal): -4018475 or 14003906. OLE color: 14003906.

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

Color convert

RGB 194 174 213 -
CMYK 0.09 0.18 0 0.16
HSL 270.77º 0.32% 0.76% -
HSV(B) 270.77º 0.18% 0.84% -
XYZ 49.39 46.55 69.33 -
YUV 184.43 144.13 134.83 -
System Red Green Blue C M Y K H S L
Decimal 194 174 213 0.09 0.18 0 0.16 270.77 0.32 0.76
Hex C2 AE D5 9 12 0 10 10F 20 4C
Octal 302 256 325 11 22 0 20 417 40 114
Binary 11000010 10101110 11010101 1001 10010 0 10000 100001111 100000 1001100

Color Harmonies of #C2AED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AED5

Black with #C2AED5

Text Example


Text Example

White with #C2AED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AED5; }

 p { color: rgb(194,174,213); }

 H1.HeaderClassName
 {
   color: #C2AED5;
 }
 .AnyTagClassName
 {
   color: #C2AED5;
 }
</style>

background-color css

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

 a { background-color: rgb(194,174,213); }

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

border-color css

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

 span { border-color: rgb(194,174,213); }

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