Html Css Color HEX #C6C0E4 Melrose

📋 copy color: '#C6C0E4'

red 198 ◦ green 192 ◦ blue 228

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

Shades of Melrose #C6C0E4

Tints of Melrose #C6C0E4

RGB

 RED value IS 198 (77.73% from 255) = 32.04%

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

 BLUE value IS 228 (89.45% from 255) = 36.89%

R = 32.04%
G = 31.07%
B = 36.89%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C6C0E4 (or 0xC6C0E4) is known color: Melrose. HEX triplet: C6, C0 and E4. RGB value is (198,192,228). Sum of RGB (Red+Green+Blue) = 198+192+228=618 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.04% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 228 (89.45% from 255 or 36.89% from 618); Max value from RGB is 228 - color contains mainly: blue. Hex color #C6C0E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C0E4 is #393F1B. Grayscale: #C5C5C5. Windows color (decimal): -3751708 or 14991558. OLE color: 14991558.

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

Color convert

RGB 198 192 228 -
CMYK 0.13 0.16 0 0.11
HSL 250º 0.4% 0.82% -
HSV(B) 250º 0.16% 0.89% -
XYZ 56.14 55.31 81.12 -
YUV 197.9 144.99 128.07 -
System Red Green Blue C M Y K H S L
Decimal 198 192 228 0.13 0.16 0 0.11 250 0.4 0.82
Hex C6 C0 E4 D 10 0 B FA 28 52
Octal 306 300 344 15 20 0 13 372 50 122
Binary 11000110 11000000 11100100 1101 10000 0 1011 11111010 101000 1010010

Color Harmonies of #C6C0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C0E4

Black with #C6C0E4

Text Example


Text Example

White with #C6C0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C0E4; }

 p { color: rgb(198,192,228); }

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

background-color css

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

 a { background-color: rgb(198,192,228); }

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

border-color css

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

 span { border-color: rgb(198,192,228); }

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