Html Css Color HEX #C8BED8 Melrose

📋 copy color: '#C8BED8'

red 200 ◦ green 190 ◦ blue 216

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

Shades of Melrose #C8BED8

Tints of Melrose #C8BED8

RGB

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

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

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

R = 33%
G = 31.35%
B = 35.64%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C8BED8 (or 0xC8BED8) is known color: Melrose. HEX triplet: C8, BE and D8. RGB value is (200,190,216). Sum of RGB (Red+Green+Blue) = 200+190+216=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 216 - color contains mainly: blue. Hex color #C8BED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BED8 is #374127. Grayscale: #C3C3C3. Windows color (decimal): -3621160 or 14204616. OLE color: 14204616.

HSL color Cylindrical-coordinate representation of color #C8BED8: hue angle of 263.08º 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 #C8BED8 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 190 216 -
CMYK 0.07 0.12 0 0.15
HSL 263.08º 0.25% 0.8% -
HSV(B) 263.08º 0.12% 0.85% -
XYZ 54.63 54.06 72.52 -
YUV 195.95 139.31 130.89 -
System Red Green Blue C M Y K H S L
Decimal 200 190 216 0.07 0.12 0 0.15 263.08 0.25 0.8
Hex C8 BE D8 7 C 0 F 107 19 50
Octal 310 276 330 7 14 0 17 407 31 120
Binary 11001000 10111110 11011000 111 1100 0 1111 100000111 11001 1010000

Color Harmonies of #C8BED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BED8

Black with #C8BED8

Text Example


Text Example

White with #C8BED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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