Html Css Color HEX #C5AFDB Perfume

📋 copy color: '#C5AFDB'

red 197 ◦ green 175 ◦ blue 219

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

Shades of Perfume #C5AFDB

Tints of Perfume #C5AFDB

RGB

 RED value IS 197 (77.34% from 255) = 33.33%

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

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

R = 33.33%
G = 29.61%
B = 37.06%

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

#C5AFDB (or 0xC5AFDB) is known color: Perfume. HEX triplet: C5, AF and DB. RGB value is (197,175,219). Sum of RGB (Red+Green+Blue) = 197+175+219=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5AFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFDB is #3A5024. Grayscale: #BABABA. Windows color (decimal): -3821605 or 14397381. OLE color: 14397381.

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

Color convert

RGB 197 175 219 -
CMYK 0.10 0.20 0 0.14
HSL 270º 0.38% 0.77% -
HSV(B) 270º 0.2% 0.86% -
XYZ 51.14 47.64 73.52 -
YUV 186.59 146.29 135.42 -
System Red Green Blue C M Y K H S L
Decimal 197 175 219 0.10 0.20 0 0.14 270 0.38 0.77
Hex C5 AF DB A 14 0 E 10E 26 4D
Octal 305 257 333 12 24 0 16 416 46 115
Binary 11000101 10101111 11011011 1010 10100 0 1110 100001110 100110 1001101

Color Harmonies of #C5AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AFDB

Black with #C5AFDB

Text Example


Text Example

White with #C5AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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