Html Css Color HEX #C4AADB Perfume

📋 copy color: '#C4AADB'

red 196 ◦ green 170 ◦ blue 219

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

Shades of Perfume #C4AADB

Tints of Perfume #C4AADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.44%

R = 33.5%
G = 29.06%
B = 37.44%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C4AADB (or 0xC4AADB) is known color: Perfume. HEX triplet: C4, AA and DB. RGB value is (196,170,219). Sum of RGB (Red+Green+Blue) = 196+170+219=585 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.50% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4AADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AADB is #3B5524. Grayscale: #B7B7B7. Windows color (decimal): -3888421 or 14396100. OLE color: 14396100.

HSL color Cylindrical-coordinate representation of color #C4AADB: hue angle of 271.84º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4AADB is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 170 219 -
CMYK 0.11 0.22 0 0.14
HSL 271.84º 0.4% 0.76% -
HSV(B) 271.84º 0.22% 0.86% -
XYZ 49.93 45.6 73.19 -
YUV 183.36 148.11 137.02 -
System Red Green Blue C M Y K H S L
Decimal 196 170 219 0.11 0.22 0 0.14 271.84 0.4 0.76
Hex C4 AA DB B 16 0 E 110 28 4C
Octal 304 252 333 13 26 0 16 420 50 114
Binary 11000100 10101010 11011011 1011 10110 0 1110 100010000 101000 1001100

Color Harmonies of #C4AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AADB

Black with #C4AADB

Text Example


Text Example

White with #C4AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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