Html Css Color HEX #C8BCEE Melrose

📋 copy color: '#C8BCEE'

red 200 ◦ green 188 ◦ blue 238

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

Shades of Melrose #C8BCEE

Tints of Melrose #C8BCEE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.03%

 BLUE value IS 238 (93.36% from 255) = 38.02%

R = 31.95%
G = 30.03%
B = 38.02%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8BCEE (or 0xC8BCEE) is known color: Melrose. HEX triplet: C8, BC and EE. RGB value is (200,188,238). Sum of RGB (Red+Green+Blue) = 200+188+238=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BCEE is #374311. Grayscale: #C5C5C5. Windows color (decimal): -3621650 or 15645896. OLE color: 15645896.

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

Color convert

RGB 200 188 238 -
CMYK 0.16 0.21 0 0.07
HSL 254.4º 0.6% 0.84% -
HSV(B) 254.4º 0.21% 0.93% -
XYZ 57.24 54.42 88.38 -
YUV 197.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 200 188 238 0.16 0.21 0 0.07 254.4 0.6 0.84
Hex C8 BC EE 10 15 0 7 FE 3C 54
Octal 310 274 356 20 25 0 7 376 74 124
Binary 11001000 10111100 11101110 10000 10101 0 111 11111110 111100 1010100

Color Harmonies of #C8BCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BCEE

Black with #C8BCEE

Text Example


Text Example

White with #C8BCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BCEE; }

 p { color: rgb(200,188,238); }

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

background-color css

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

 a { background-color: rgb(200,188,238); }

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

border-color css

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

 span { border-color: rgb(200,188,238); }

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