Html Css Color HEX #C8B8EE Melrose

📋 copy color: '#C8B8EE'

red 200 ◦ green 184 ◦ blue 238

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

Shades of Melrose #C8B8EE

Tints of Melrose #C8B8EE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.58%

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

R = 32.15%
G = 29.58%
B = 38.26%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8B8EE (or 0xC8B8EE) is known color: Melrose. HEX triplet: C8, B8 and EE. RGB value is (200,184,238). Sum of RGB (Red+Green+Blue) = 200+184+238=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 184 (72.27% from 255 or 29.58% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8B8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B8EE is #374711. Grayscale: #C2C2C2. Windows color (decimal): -3622674 or 15644872. OLE color: 15644872.

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

Color convert

RGB 200 184 238 -
CMYK 0.16 0.23 0 0.07
HSL 257.78º 0.61% 0.83% -
HSV(B) 257.78º 0.23% 0.93% -
XYZ 56.39 52.73 88.1 -
YUV 194.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 200 184 238 0.16 0.23 0 0.07 257.78 0.61 0.83
Hex C8 B8 EE 10 17 0 7 102 3D 53
Octal 310 270 356 20 27 0 7 402 75 123
Binary 11001000 10111000 11101110 10000 10111 0 111 100000010 111101 1010011

Color Harmonies of #C8B8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B8EE

Black with #C8B8EE

Text Example


Text Example

White with #C8B8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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