Html Css Color HEX #C4AED5 Perfume

📋 copy color: '#C4AED5'

red 196 ◦ green 174 ◦ blue 213

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

Shades of Perfume #C4AED5

Tints of Perfume #C4AED5

RGB

 RED value IS 196 (76.95% from 255) = 33.62%

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

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

R = 33.62%
G = 29.85%
B = 36.54%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C4AED5 (or 0xC4AED5) is known color: Perfume. HEX triplet: C4, AE and D5. RGB value is (196,174,213). Sum of RGB (Red+Green+Blue) = 196+174+213=583 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.62% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 213 - color contains mainly: blue. Hex color #C4AED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AED5 is #3B512A. Grayscale: #B8B8B8. Windows color (decimal): -3887403 or 14003908. OLE color: 14003908.

HSL color Cylindrical-coordinate representation of color #C4AED5: hue angle of 273.85º 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 #C4AED5 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 174 213 -
CMYK 0.08 0.18 0 0.16
HSL 273.85º 0.32% 0.76% -
HSV(B) 273.85º 0.18% 0.84% -
XYZ 49.91 46.81 69.36 -
YUV 185.02 143.79 135.83 -
System Red Green Blue C M Y K H S L
Decimal 196 174 213 0.08 0.18 0 0.16 273.85 0.32 0.76
Hex C4 AE D5 8 12 0 10 112 20 4C
Octal 304 256 325 10 22 0 20 422 40 114
Binary 11000100 10101110 11010101 1000 10010 0 10000 100010010 100000 1001100

Color Harmonies of #C4AED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AED5

Black with #C4AED5

Text Example


Text Example

White with #C4AED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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