Html Css Color HEX #C8BEEF Melrose

📋 copy color: '#C8BEEF'

red 200 ◦ green 190 ◦ blue 239

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

Shades of Melrose #C8BEEF

Tints of Melrose #C8BEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38%

R = 31.8%
G = 30.21%
B = 38%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C8BEEF (or 0xC8BEEF) is known color: Melrose. HEX triplet: C8, BE and EF. RGB value is (200,190,239). Sum of RGB (Red+Green+Blue) = 200+190+239=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8BEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BEEF is #374110. Grayscale: #C6C6C6. Windows color (decimal): -3621137 or 15711944. OLE color: 15711944.

HSL color Cylindrical-coordinate representation of color #C8BEEF: hue angle of 252.24º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8BEEF is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 190 239 -
CMYK 0.16 0.21 0 0.06
HSL 252.24º 0.6% 0.84% -
HSV(B) 252.24º 0.21% 0.94% -
XYZ 57.81 55.34 89.3 -
YUV 198.58 150.81 129.02 -
System Red Green Blue C M Y K H S L
Decimal 200 190 239 0.16 0.21 0 0.06 252.24 0.6 0.84
Hex C8 BE EF 10 15 0 6 FC 3C 54
Octal 310 276 357 20 25 0 6 374 74 124
Binary 11001000 10111110 11101111 10000 10101 0 110 11111100 111100 1010100

Color Harmonies of #C8BEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BEEF

Black with #C8BEEF

Text Example


Text Example

White with #C8BEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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