Html Css Color HEX #C8BBEB Melrose

📋 copy color: '#C8BBEB'

red 200 ◦ green 187 ◦ blue 235

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

Shades of Melrose #C8BBEB

Tints of Melrose #C8BBEB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.06%

 BLUE value IS 235 (92.19% from 255) = 37.78%

R = 32.15%
G = 30.06%
B = 37.78%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C8BBEB (or 0xC8BBEB) is known color: Melrose. HEX triplet: C8, BB and EB. RGB value is (200,187,235). Sum of RGB (Red+Green+Blue) = 200+187+235=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8BBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BBEB is #374414. Grayscale: #C4C4C4. Windows color (decimal): -3621909 or 15449032. OLE color: 15449032.

HSL color Cylindrical-coordinate representation of color #C8BBEB: hue angle of 256.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8BBEB is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 187 235 -
CMYK 0.15 0.20 0 0.08
HSL 256.25º 0.55% 0.83% -
HSV(B) 256.25º 0.2% 0.92% -
XYZ 56.59 53.82 86 -
YUV 196.36 149.81 130.6 -
System Red Green Blue C M Y K H S L
Decimal 200 187 235 0.15 0.20 0 0.08 256.25 0.55 0.83
Hex C8 BB EB F 14 0 8 100 37 53
Octal 310 273 353 17 24 0 10 400 67 123
Binary 11001000 10111011 11101011 1111 10100 0 1000 100000000 110111 1010011

Color Harmonies of #C8BBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BBEB

Black with #C8BBEB

Text Example


Text Example

White with #C8BBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BBEB; }

 p { color: rgb(200,187,235); }

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

background-color css

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

 a { background-color: rgb(200,187,235); }

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

border-color css

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

 span { border-color: rgb(200,187,235); }

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