Html Css Color HEX #C5B0DB Perfume

📋 copy color: '#C5B0DB'

red 197 ◦ green 176 ◦ blue 219

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

Shades of Perfume #C5B0DB

Tints of Perfume #C5B0DB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.73%

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

R = 33.28%
G = 29.73%
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

#C5B0DB (or 0xC5B0DB) is known color: Perfume. HEX triplet: C5, B0 and DB. RGB value is (197,176,219). Sum of RGB (Red+Green+Blue) = 197+176+219=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 176 (69.14% from 255 or 29.73% 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 #C5B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B0DB is #3A4F24. Grayscale: #BBBBBB. Windows color (decimal): -3821349 or 14397637. OLE color: 14397637.

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

Color convert

RGB 197 176 219 -
CMYK 0.10 0.20 0 0.14
HSL 269.3º 0.37% 0.77% -
HSV(B) 269.3º 0.2% 0.86% -
XYZ 51.34 48.04 73.58 -
YUV 187.18 145.96 135 -
System Red Green Blue C M Y K H S L
Decimal 197 176 219 0.10 0.20 0 0.14 269.3 0.37 0.77
Hex C5 B0 DB A 14 0 E 10D 25 4D
Octal 305 260 333 12 24 0 16 415 45 115
Binary 11000101 10110000 11011011 1010 10100 0 1110 100001101 100101 1001101

Color Harmonies of #C5B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B0DB

Black with #C5B0DB

Text Example


Text Example

White with #C5B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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