Html Css Color HEX #C9B8EA Melrose

📋 copy color: '#C9B8EA'

red 201 ◦ green 184 ◦ blue 234

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

Shades of Melrose #C9B8EA

Tints of Melrose #C9B8EA

RGB

 RED value IS 201 (78.91% from 255) = 32.47%

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

 BLUE value IS 234 (91.8% from 255) = 37.8%

R = 32.47%
G = 29.73%
B = 37.8%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C9B8EA (or 0xC9B8EA) is known color: Melrose. HEX triplet: C9, B8 and EA. RGB value is (201,184,234). Sum of RGB (Red+Green+Blue) = 201+184+234=619 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.47% from 619); Green value is 184 (72.27% from 255 or 29.73% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9B8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B8EA is #364715. Grayscale: #C2C2C2. Windows color (decimal): -3557142 or 15382729. OLE color: 15382729.

HSL color Cylindrical-coordinate representation of color #C9B8EA: hue angle of 260.4º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9B8EA is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 184 234 -
CMYK 0.14 0.21 0 0.08
HSL 260.4º 0.54% 0.82% -
HSV(B) 260.4º 0.21% 0.92% -
XYZ 56.08 52.64 85.05 -
YUV 194.78 150.13 132.43 -
System Red Green Blue C M Y K H S L
Decimal 201 184 234 0.14 0.21 0 0.08 260.4 0.54 0.82
Hex C9 B8 EA E 15 0 8 104 36 52
Octal 311 270 352 16 25 0 10 404 66 122
Binary 11001001 10111000 11101010 1110 10101 0 1000 100000100 110110 1010010

Color Harmonies of #C9B8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B8EA

Black with #C9B8EA

Text Example


Text Example

White with #C9B8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B8EA; }

 p { color: rgb(201,184,234); }

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

background-color css

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

 a { background-color: rgb(201,184,234); }

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

border-color css

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

 span { border-color: rgb(201,184,234); }

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