Html Css Color HEX #C8B9EC Melrose

📋 copy color: '#C8B9EC'

red 200 ◦ green 185 ◦ blue 236

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

Shades of Melrose #C8B9EC

Tints of Melrose #C8B9EC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.79%

 BLUE value IS 236 (92.58% from 255) = 38%

R = 32.21%
G = 29.79%
B = 38%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8B9EC (or 0xC8B9EC) is known color: Melrose. HEX triplet: C8, B9 and EC. RGB value is (200,185,236). Sum of RGB (Red+Green+Blue) = 200+185+236=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 185 (72.66% from 255 or 29.79% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8B9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B9EC is #374613. Grayscale: #C3C3C3. Windows color (decimal): -3622420 or 15514056. OLE color: 15514056.

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

Color convert

RGB 200 185 236 -
CMYK 0.15 0.22 0 0.07
HSL 257.65º 0.57% 0.83% -
HSV(B) 257.65º 0.22% 0.93% -
XYZ 56.31 53.03 86.63 -
YUV 195.3 150.97 131.35 -
System Red Green Blue C M Y K H S L
Decimal 200 185 236 0.15 0.22 0 0.07 257.65 0.57 0.83
Hex C8 B9 EC F 16 0 7 102 39 53
Octal 310 271 354 17 26 0 7 402 71 123
Binary 11001000 10111001 11101100 1111 10110 0 111 100000010 111001 1010011

Color Harmonies of #C8B9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B9EC

Black with #C8B9EC

Text Example


Text Example

White with #C8B9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B9EC; }

 p { color: rgb(200,185,236); }

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

background-color css

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

 a { background-color: rgb(200,185,236); }

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

border-color css

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

 span { border-color: rgb(200,185,236); }

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