Html Css Color HEX #C9B8E4 Melrose

📋 copy color: '#C9B8E4'

red 201 ◦ green 184 ◦ blue 228

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

Shades of Melrose #C9B8E4

Tints of Melrose #C9B8E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.19%

R = 32.79%
G = 30.02%
B = 37.19%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C9B8E4 (or 0xC9B8E4) is known color: Melrose. HEX triplet: C9, B8 and E4. RGB value is (201,184,228). Sum of RGB (Red+Green+Blue) = 201+184+228=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 184 (72.27% from 255 or 30.02% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 228 - color contains mainly: blue. Hex color #C9B8E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B8E4 is #36471B. Grayscale: #C1C1C1. Windows color (decimal): -3557148 or 14989513. OLE color: 14989513.

HSL color Cylindrical-coordinate representation of color #C9B8E4: hue angle of 263.18º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9B8E4 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 201 184 228 -
CMYK 0.12 0.19 0 0.11
HSL 263.18º 0.45% 0.81% -
HSV(B) 263.18º 0.19% 0.89% -
XYZ 55.23 52.3 80.58 -
YUV 194.1 147.13 132.92 -
System Red Green Blue C M Y K H S L
Decimal 201 184 228 0.12 0.19 0 0.11 263.18 0.45 0.81
Hex C9 B8 E4 C 13 0 B 107 2D 51
Octal 311 270 344 14 23 0 13 407 55 121
Binary 11001001 10111000 11100100 1100 10011 0 1011 100000111 101101 1010001

Color Harmonies of #C9B8E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B8E4

Black with #C9B8E4

Text Example


Text Example

White with #C9B8E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B8E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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