Html Css Color HEX #C8C1D5 Melrose

📋 copy color: '#C8C1D5'

red 200 ◦ green 193 ◦ blue 213

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

Shades of Melrose #C8C1D5

Tints of Melrose #C8C1D5

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.85%

 BLUE value IS 213 (83.59% from 255) = 35.15%

R = 33%
G = 31.85%
B = 35.15%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C8C1D5 (or 0xC8C1D5) is known color: Melrose. HEX triplet: C8, C1 and D5. RGB value is (200,193,213). Sum of RGB (Red+Green+Blue) = 200+193+213=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 213 - color contains mainly: blue. Hex color #C8C1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C1D5 is #373E2A. Grayscale: #C5C5C5. Windows color (decimal): -3620395 or 14008776. OLE color: 14008776.

HSL color Cylindrical-coordinate representation of color #C8C1D5: hue angle of 261º degrees, saturation: 0.19, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8C1D5 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 193 213 -
CMYK 0.06 0.09 0 0.16
HSL 261º 0.19% 0.8% -
HSV(B) 261º 0.09% 0.84% -
XYZ 54.9 55.22 70.72 -
YUV 197.37 136.82 129.87 -
System Red Green Blue C M Y K H S L
Decimal 200 193 213 0.06 0.09 0 0.16 261 0.19 0.8
Hex C8 C1 D5 6 9 0 10 105 13 50
Octal 310 301 325 6 11 0 20 405 23 120
Binary 11001000 11000001 11010101 110 1001 0 10000 100000101 10011 1010000

Color Harmonies of #C8C1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C1D5

Black with #C8C1D5

Text Example


Text Example

White with #C8C1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C1D5; }

 p { color: rgb(200,193,213); }

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

background-color css

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

 a { background-color: rgb(200,193,213); }

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

border-color css

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

 span { border-color: rgb(200,193,213); }

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