Html Css Color HEX #C8C0DB Melrose

📋 copy color: '#C8C0DB'

red 200 ◦ green 192 ◦ blue 219

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

Shades of Melrose #C8C0DB

Tints of Melrose #C8C0DB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.42%

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

R = 32.73%
G = 31.42%
B = 35.84%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C8C0DB (or 0xC8C0DB) is known color: Melrose. HEX triplet: C8, C0 and DB. RGB value is (200,192,219). Sum of RGB (Red+Green+Blue) = 200+192+219=611 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.73% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8C0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C0DB is #373F24. Grayscale: #C5C5C5. Windows color (decimal): -3620645 or 14401736. OLE color: 14401736.

HSL color Cylindrical-coordinate representation of color #C8C0DB: hue angle of 257.78º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8C0DB is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 192 219 -
CMYK 0.09 0.12 0 0.14
HSL 257.78º 0.27% 0.81% -
HSV(B) 257.78º 0.12% 0.86% -
XYZ 55.46 55.09 74.73 -
YUV 197.47 140.15 129.8 -
System Red Green Blue C M Y K H S L
Decimal 200 192 219 0.09 0.12 0 0.14 257.78 0.27 0.81
Hex C8 C0 DB 9 C 0 E 102 1B 51
Octal 310 300 333 11 14 0 16 402 33 121
Binary 11001000 11000000 11011011 1001 1100 0 1110 100000010 11011 1010001

Color Harmonies of #C8C0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C0DB

Black with #C8C0DB

Text Example


Text Example

White with #C8C0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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