Html Css Color HEX #C2AED2 Perfume

📋 copy color: '#C2AED2'

red 194 ◦ green 174 ◦ blue 210

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

Shades of Perfume #C2AED2

Tints of Perfume #C2AED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.33%

R = 33.56%
G = 30.1%
B = 36.33%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C2AED2 (or 0xC2AED2) is known color: Perfume. HEX triplet: C2, AE and D2. RGB value is (194,174,210). Sum of RGB (Red+Green+Blue) = 194+174+210=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 210 (82.42% from 255 or 36.33% from 578); Max value from RGB is 210 - color contains mainly: blue. Hex color #C2AED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AED2 is #3D512D. Grayscale: #B7B7B7. Windows color (decimal): -4018478 or 13807298. OLE color: 13807298.

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

Color convert

RGB 194 174 210 -
CMYK 0.08 0.17 0 0.18
HSL 273.33º 0.29% 0.75% -
HSV(B) 273.33º 0.17% 0.82% -
XYZ 49.02 46.39 67.34 -
YUV 184.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 194 174 210 0.08 0.17 0 0.18 273.33 0.29 0.75
Hex C2 AE D2 8 11 0 12 111 1D 4B
Octal 302 256 322 10 21 0 22 421 35 113
Binary 11000010 10101110 11010010 1000 10001 0 10010 100010001 11101 1001011

Color Harmonies of #C2AED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AED2

Black with #C2AED2

Text Example


Text Example

White with #C2AED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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