Html Css Color HEX #C6AFDB Perfume

📋 copy color: '#C6AFDB'

red 198 ◦ green 175 ◦ blue 219

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

Shades of Perfume #C6AFDB

Tints of Perfume #C6AFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.56%

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

R = 33.45%
G = 29.56%
B = 36.99%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6AFDB (or 0xC6AFDB) is known color: Perfume. HEX triplet: C6, AF and DB. RGB value is (198,175,219). Sum of RGB (Red+Green+Blue) = 198+175+219=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6AFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFDB is #395024. Grayscale: #BABABA. Windows color (decimal): -3756069 or 14397382. OLE color: 14397382.

HSL color Cylindrical-coordinate representation of color #C6AFDB: hue angle of 271.36º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6AFDB is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 175 219 -
CMYK 0.10 0.20 0 0.14
HSL 271.36º 0.38% 0.77% -
HSV(B) 271.36º 0.2% 0.86% -
XYZ 51.4 47.78 73.53 -
YUV 186.89 146.12 135.92 -
System Red Green Blue C M Y K H S L
Decimal 198 175 219 0.10 0.20 0 0.14 271.36 0.38 0.77
Hex C6 AF DB A 14 0 E 10F 26 4D
Octal 306 257 333 12 24 0 16 417 46 115
Binary 11000110 10101111 11011011 1010 10100 0 1110 100001111 100110 1001101

Color Harmonies of #C6AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AFDB

Black with #C6AFDB

Text Example


Text Example

White with #C6AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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