Html Css Color HEX #C6BED8 Melrose

📋 copy color: '#C6BED8'

red 198 ◦ green 190 ◦ blue 216

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

Shades of Melrose #C6BED8

Tints of Melrose #C6BED8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.46%

 BLUE value IS 216 (84.77% from 255) = 35.76%

R = 32.78%
G = 31.46%
B = 35.76%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C6BED8 (or 0xC6BED8) is known color: Melrose. HEX triplet: C6, BE and D8. RGB value is (198,190,216). Sum of RGB (Red+Green+Blue) = 198+190+216=604 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.78% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 216 (84.77% from 255 or 35.76% from 604); Max value from RGB is 216 - color contains mainly: blue. Hex color #C6BED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BED8 is #394127. Grayscale: #C3C3C3. Windows color (decimal): -3752232 or 14204614. OLE color: 14204614.

HSL color Cylindrical-coordinate representation of color #C6BED8: hue angle of 258.46º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6BED8 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 190 216 -
CMYK 0.08 0.12 0 0.15
HSL 258.46º 0.25% 0.8% -
HSV(B) 258.46º 0.12% 0.85% -
XYZ 54.1 53.79 72.5 -
YUV 195.36 139.65 129.89 -
System Red Green Blue C M Y K H S L
Decimal 198 190 216 0.08 0.12 0 0.15 258.46 0.25 0.8
Hex C6 BE D8 8 C 0 F 102 19 50
Octal 306 276 330 10 14 0 17 402 31 120
Binary 11000110 10111110 11011000 1000 1100 0 1111 100000010 11001 1010000

Color Harmonies of #C6BED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BED8

Black with #C6BED8

Text Example


Text Example

White with #C6BED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BED8; }

 p { color: rgb(198,190,216); }

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

background-color css

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

 a { background-color: rgb(198,190,216); }

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

border-color css

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

 span { border-color: rgb(198,190,216); }

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