Html Css Color HEX #C6A9DB Perfume

📋 copy color: '#C6A9DB'

red 198 ◦ green 169 ◦ blue 219

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

Shades of Perfume #C6A9DB

Tints of Perfume #C6A9DB

RGB

 RED value IS 198 (77.73% from 255) = 33.79%

 GREEN value IS 169 (66.41% from 255) = 28.84%

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

R = 33.79%
G = 28.84%
B = 37.37%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6A9DB (or 0xC6A9DB) is known color: Perfume. HEX triplet: C6, A9 and DB. RGB value is (198,169,219). Sum of RGB (Red+Green+Blue) = 198+169+219=586 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.79% from 586); Green value is 169 (66.41% from 255 or 28.84% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6A9DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A9DB is #395624. Grayscale: #B7B7B7. Windows color (decimal): -3757605 or 14395846. OLE color: 14395846.

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

Color convert

RGB 198 169 219 -
CMYK 0.10 0.23 0 0.14
HSL 274.8º 0.41% 0.76% -
HSV(B) 274.8º 0.23% 0.86% -
XYZ 50.26 45.5 73.15 -
YUV 183.37 148.11 138.43 -
System Red Green Blue C M Y K H S L
Decimal 198 169 219 0.10 0.23 0 0.14 274.8 0.41 0.76
Hex C6 A9 DB A 17 0 E 113 29 4C
Octal 306 251 333 12 27 0 16 423 51 114
Binary 11000110 10101001 11011011 1010 10111 0 1110 100010011 101001 1001100

Color Harmonies of #C6A9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A9DB

Black with #C6A9DB

Text Example


Text Example

White with #C6A9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A9DB; }

 p { color: rgb(198,169,219); }

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

background-color css

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

 a { background-color: rgb(198,169,219); }

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

border-color css

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

 span { border-color: rgb(198,169,219); }

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