Html Css Color HEX #C5ABDB Perfume

📋 copy color: '#C5ABDB'

red 197 ◦ green 171 ◦ blue 219

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

Shades of Perfume #C5ABDB

Tints of Perfume #C5ABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.13%

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

R = 33.56%
G = 29.13%
B = 37.31%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5ABDB (or 0xC5ABDB) is known color: Perfume. HEX triplet: C5, AB and DB. RGB value is (197,171,219). Sum of RGB (Red+Green+Blue) = 197+171+219=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5ABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABDB is #3A5424. Grayscale: #B8B8B8. Windows color (decimal): -3822629 or 14396357. OLE color: 14396357.

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

Color convert

RGB 197 171 219 -
CMYK 0.10 0.22 0 0.14
HSL 272.5º 0.4% 0.76% -
HSV(B) 272.5º 0.22% 0.86% -
XYZ 50.38 46.11 73.26 -
YUV 184.25 147.61 137.1 -
System Red Green Blue C M Y K H S L
Decimal 197 171 219 0.10 0.22 0 0.14 272.5 0.4 0.76
Hex C5 AB DB A 16 0 E 110 28 4C
Octal 305 253 333 12 26 0 16 420 50 114
Binary 11000101 10101011 11011011 1010 10110 0 1110 100010000 101000 1001100

Color Harmonies of #C5ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ABDB

Black with #C5ABDB

Text Example


Text Example

White with #C5ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ABDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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