Html Css Color HEX #C8B0DB Perfume

📋 copy color: '#C8B0DB'

red 200 ◦ green 176 ◦ blue 219

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

Shades of Perfume #C8B0DB

Tints of Perfume #C8B0DB

RGB

 RED value IS 200 (78.52% from 255) = 33.61%

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

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

R = 33.61%
G = 29.58%
B = 36.81%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C8B0DB (or 0xC8B0DB) is known color: Perfume. HEX triplet: C8, B0 and DB. RGB value is (200,176,219). Sum of RGB (Red+Green+Blue) = 200+176+219=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B0DB is #374F24. Grayscale: #BBBBBB. Windows color (decimal): -3624741 or 14397640. OLE color: 14397640.

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

Color convert

RGB 200 176 219 -
CMYK 0.09 0.20 0 0.14
HSL 273.49º 0.37% 0.77% -
HSV(B) 273.49º 0.2% 0.86% -
XYZ 52.13 48.44 73.62 -
YUV 188.08 145.45 136.5 -
System Red Green Blue C M Y K H S L
Decimal 200 176 219 0.09 0.20 0 0.14 273.49 0.37 0.77
Hex C8 B0 DB 9 14 0 E 111 25 4D
Octal 310 260 333 11 24 0 16 421 45 115
Binary 11001000 10110000 11011011 1001 10100 0 1110 100010001 100101 1001101

Color Harmonies of #C8B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B0DB

Black with #C8B0DB

Text Example


Text Example

White with #C8B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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