Html Css Color HEX #C8C1D3 Melrose

📋 copy color: '#C8C1D3'

red 200 ◦ green 193 ◦ blue 211

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

Shades of Melrose #C8C1D3

Tints of Melrose #C8C1D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.93%

R = 33.11%
G = 31.95%
B = 34.93%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C8C1D3 (or 0xC8C1D3) is known color: Melrose. HEX triplet: C8, C1 and D3. RGB value is (200,193,211). Sum of RGB (Red+Green+Blue) = 200+193+211=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 211 - color contains mainly: blue. Hex color #C8C1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C1D3 is #373E2C. Grayscale: #C5C5C5. Windows color (decimal): -3620397 or 13877704. OLE color: 13877704.

HSL color Cylindrical-coordinate representation of color #C8C1D3: hue angle of 263.33º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8C1D3 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 200 193 211 -
CMYK 0.05 0.09 0 0.17
HSL 263.33º 0.17% 0.79% -
HSV(B) 263.33º 0.09% 0.83% -
XYZ 54.65 55.12 69.39 -
YUV 197.15 135.82 130.04 -
System Red Green Blue C M Y K H S L
Decimal 200 193 211 0.05 0.09 0 0.17 263.33 0.17 0.79
Hex C8 C1 D3 5 9 0 11 107 11 4F
Octal 310 301 323 5 11 0 21 407 21 117
Binary 11001000 11000001 11010011 101 1001 0 10001 100000111 10001 1001111

Color Harmonies of #C8C1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C1D3

Black with #C8C1D3

Text Example


Text Example

White with #C8C1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C1D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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