Html Css Color HEX #C9AADB Wisteria

📋 copy color: '#C9AADB'

red 201 ◦ green 170 ◦ blue 219

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

Shades of Wisteria #C9AADB

Tints of Wisteria #C9AADB

RGB

 RED value IS 201 (78.91% from 255) = 34.07%

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

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

R = 34.07%
G = 28.81%
B = 37.12%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C9AADB (or 0xC9AADB) is known color: Wisteria. HEX triplet: C9, AA and DB. RGB value is (201,170,219). Sum of RGB (Red+Green+Blue) = 201+170+219=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9AADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AADB is #365524. Grayscale: #B8B8B8. Windows color (decimal): -3560741 or 14396105. OLE color: 14396105.

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

Color convert

RGB 201 170 219 -
CMYK 0.08 0.22 0 0.14
HSL 277.96º 0.4% 0.76% -
HSV(B) 277.96º 0.22% 0.86% -
XYZ 51.25 46.28 73.25 -
YUV 184.86 147.27 139.52 -
System Red Green Blue C M Y K H S L
Decimal 201 170 219 0.08 0.22 0 0.14 277.96 0.4 0.76
Hex C9 AA DB 8 16 0 E 116 28 4C
Octal 311 252 333 10 26 0 16 426 50 114
Binary 11001001 10101010 11011011 1000 10110 0 1110 100010110 101000 1001100

Color Harmonies of #C9AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AADB

Black with #C9AADB

Text Example


Text Example

White with #C9AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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