Html Css Color HEX #C9B8EB Melrose

📋 copy color: '#C9B8EB'

red 201 ◦ green 184 ◦ blue 235

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

Shades of Melrose #C9B8EB

Tints of Melrose #C9B8EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.9%

R = 32.42%
G = 29.68%
B = 37.9%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C9B8EB (or 0xC9B8EB) is known color: Melrose. HEX triplet: C9, B8 and EB. RGB value is (201,184,235). Sum of RGB (Red+Green+Blue) = 201+184+235=620 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.42% from 620); Green value is 184 (72.27% from 255 or 29.68% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9B8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B8EB is #364714. Grayscale: #C2C2C2. Windows color (decimal): -3557141 or 15448265. OLE color: 15448265.

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

Color convert

RGB 201 184 235 -
CMYK 0.14 0.22 0 0.08
HSL 260º 0.56% 0.82% -
HSV(B) 260º 0.22% 0.92% -
XYZ 56.22 52.7 85.81 -
YUV 194.9 150.63 132.35 -
System Red Green Blue C M Y K H S L
Decimal 201 184 235 0.14 0.22 0 0.08 260 0.56 0.82
Hex C9 B8 EB E 16 0 8 104 38 52
Octal 311 270 353 16 26 0 10 404 70 122
Binary 11001001 10111000 11101011 1110 10110 0 1000 100000100 111000 1010010

Color Harmonies of #C9B8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B8EB

Black with #C9B8EB

Text Example


Text Example

White with #C9B8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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