Html Css Color HEX #C8BEED Melrose

📋 copy color: '#C8BEED'

red 200 ◦ green 190 ◦ blue 237

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

Shades of Melrose #C8BEED

Tints of Melrose #C8BEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.8%

R = 31.9%
G = 30.3%
B = 37.8%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8BEED (or 0xC8BEED) is known color: Melrose. HEX triplet: C8, BE and ED. RGB value is (200,190,237). Sum of RGB (Red+Green+Blue) = 200+190+237=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8BEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BEED is #374112. Grayscale: #C6C6C6. Windows color (decimal): -3621139 or 15580872. OLE color: 15580872.

HSL color Cylindrical-coordinate representation of color #C8BEED: hue angle of 252.77º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8BEED is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 190 237 -
CMYK 0.16 0.20 0 0.07
HSL 252.77º 0.57% 0.84% -
HSV(B) 252.77º 0.2% 0.93% -
XYZ 57.52 55.22 87.75 -
YUV 198.35 149.81 129.18 -
System Red Green Blue C M Y K H S L
Decimal 200 190 237 0.16 0.20 0 0.07 252.77 0.57 0.84
Hex C8 BE ED 10 14 0 7 FD 39 54
Octal 310 276 355 20 24 0 7 375 71 124
Binary 11001000 10111110 11101101 10000 10100 0 111 11111101 111001 1010100

Color Harmonies of #C8BEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BEED

Black with #C8BEED

Text Example


Text Example

White with #C8BEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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