Html Css Color HEX #C4AADD Perfume

📋 copy color: '#C4AADD'

red 196 ◦ green 170 ◦ blue 221

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

Shades of Perfume #C4AADD

Tints of Perfume #C4AADD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.96%

 BLUE value IS 221 (86.72% from 255) = 37.65%

R = 33.39%
G = 28.96%
B = 37.65%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C4AADD (or 0xC4AADD) is known color: Perfume. HEX triplet: C4, AA and DD. RGB value is (196,170,221). Sum of RGB (Red+Green+Blue) = 196+170+221=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AADD is #3B5522. Grayscale: #B7B7B7. Windows color (decimal): -3888419 or 14527172. OLE color: 14527172.

HSL color Cylindrical-coordinate representation of color #C4AADD: hue angle of 270.59º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4AADD is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 170 221 -
CMYK 0.11 0.23 0 0.13
HSL 270.59º 0.43% 0.77% -
HSV(B) 270.59º 0.23% 0.87% -
XYZ 50.19 45.71 74.58 -
YUV 183.59 149.11 136.85 -
System Red Green Blue C M Y K H S L
Decimal 196 170 221 0.11 0.23 0 0.13 270.59 0.43 0.77
Hex C4 AA DD B 17 0 D 10F 2B 4D
Octal 304 252 335 13 27 0 15 417 53 115
Binary 11000100 10101010 11011101 1011 10111 0 1101 100001111 101011 1001101

Color Harmonies of #C4AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AADD

Black with #C4AADD

Text Example


Text Example

White with #C4AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AADD; }

 p { color: rgb(196,170,221); }

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

background-color css

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

 a { background-color: rgb(196,170,221); }

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

border-color css

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

 span { border-color: rgb(196,170,221); }

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