Html Css Color HEX #C8C1DD Melrose

📋 copy color: '#C8C1DD'

red 200 ◦ green 193 ◦ blue 221

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

Shades of Melrose #C8C1DD

Tints of Melrose #C8C1DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.99%

R = 32.57%
G = 31.43%
B = 35.99%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C8C1DD (or 0xC8C1DD) is known color: Melrose. HEX triplet: C8, C1 and DD. RGB value is (200,193,221). Sum of RGB (Red+Green+Blue) = 200+193+221=614 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.57% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8C1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C1DD is #373E22. Grayscale: #C6C6C6. Windows color (decimal): -3620387 or 14533064. OLE color: 14533064.

HSL color Cylindrical-coordinate representation of color #C8C1DD: hue angle of 255º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8C1DD is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 193 221 -
CMYK 0.10 0.13 0 0.13
HSL 255º 0.29% 0.81% -
HSV(B) 255º 0.13% 0.87% -
XYZ 55.94 55.64 76.2 -
YUV 198.29 140.82 129.22 -
System Red Green Blue C M Y K H S L
Decimal 200 193 221 0.10 0.13 0 0.13 255 0.29 0.81
Hex C8 C1 DD A D 0 D FF 1D 51
Octal 310 301 335 12 15 0 15 377 35 121
Binary 11001000 11000001 11011101 1010 1101 0 1101 11111111 11101 1010001

Color Harmonies of #C8C1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C1DD

Black with #C8C1DD

Text Example


Text Example

White with #C8C1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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