Html Css Color HEX #C8C1E3 Melrose

📋 copy color: '#C8C1E3'

red 200 ◦ green 193 ◦ blue 227

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

Shades of Melrose #C8C1E3

Tints of Melrose #C8C1E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.61%

R = 32.26%
G = 31.13%
B = 36.61%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C8C1E3 (or 0xC8C1E3) is known color: Melrose. HEX triplet: C8, C1 and E3. RGB value is (200,193,227). Sum of RGB (Red+Green+Blue) = 200+193+227=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 193 (75.78% from 255 or 31.13% from 620); Blue value is 227 (89.06% from 255 or 36.61% from 620); Max value from RGB is 227 - color contains mainly: blue. Hex color #C8C1E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C1E3 is #373E1C. Grayscale: #C6C6C6. Windows color (decimal): -3620381 or 14926280. OLE color: 14926280.

HSL color Cylindrical-coordinate representation of color #C8C1E3: hue angle of 252.35º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8C1E3 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 200 193 227 -
CMYK 0.12 0.15 0 0.11
HSL 252.35º 0.38% 0.82% -
HSV(B) 252.35º 0.15% 0.89% -
XYZ 56.75 55.97 80.48 -
YUV 198.97 143.82 128.74 -
System Red Green Blue C M Y K H S L
Decimal 200 193 227 0.12 0.15 0 0.11 252.35 0.38 0.82
Hex C8 C1 E3 C F 0 B FC 26 52
Octal 310 301 343 14 17 0 13 374 46 122
Binary 11001000 11000001 11100011 1100 1111 0 1011 11111100 100110 1010010

Color Harmonies of #C8C1E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C1E3

Black with #C8C1E3

Text Example


Text Example

White with #C8C1E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C1E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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