Html Css Color HEX #C8BEE1 Melrose

📋 copy color: '#C8BEE1'

red 200 ◦ green 190 ◦ blue 225

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

Shades of Melrose #C8BEE1

Tints of Melrose #C8BEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.59%

R = 32.52%
G = 30.89%
B = 36.59%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C8BEE1 (or 0xC8BEE1) is known color: Melrose. HEX triplet: C8, BE and E1. RGB value is (200,190,225). Sum of RGB (Red+Green+Blue) = 200+190+225=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 225 (88.28% from 255 or 36.59% from 615); Max value from RGB is 225 - color contains mainly: blue. Hex color #C8BEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BEE1 is #37411E. Grayscale: #C4C4C4. Windows color (decimal): -3621151 or 14794440. OLE color: 14794440.

HSL color Cylindrical-coordinate representation of color #C8BEE1: hue angle of 257.14º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8BEE1 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 200 190 225 -
CMYK 0.11 0.16 0 0.12
HSL 257.14º 0.37% 0.81% -
HSV(B) 257.14º 0.16% 0.88% -
XYZ 55.82 54.54 78.82 -
YUV 196.98 143.81 130.15 -
System Red Green Blue C M Y K H S L
Decimal 200 190 225 0.11 0.16 0 0.12 257.14 0.37 0.81
Hex C8 BE E1 B 10 0 C 101 25 51
Octal 310 276 341 13 20 0 14 401 45 121
Binary 11001000 10111110 11100001 1011 10000 0 1100 100000001 100101 1010001

Color Harmonies of #C8BEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BEE1

Black with #C8BEE1

Text Example


Text Example

White with #C8BEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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