Html Css Color HEX #C9B7EA Melrose

📋 copy color: '#C9B7EA'

red 201 ◦ green 183 ◦ blue 234

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

Shades of Melrose #C9B7EA

Tints of Melrose #C9B7EA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.61%

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

R = 32.52%
G = 29.61%
B = 37.86%

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

#C9B7EA (or 0xC9B7EA) is known color: Melrose. HEX triplet: C9, B7 and EA. RGB value is (201,183,234). Sum of RGB (Red+Green+Blue) = 201+183+234=618 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.52% from 618); Green value is 183 (71.88% from 255 or 29.61% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9B7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B7EA is #364815. Grayscale: #C2C2C2. Windows color (decimal): -3557398 or 15382473. OLE color: 15382473.

HSL color Cylindrical-coordinate representation of color #C9B7EA: hue angle of 261.18º degrees, saturation: 0.55, 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 #C9B7EA is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 183 234 -
CMYK 0.14 0.22 0 0.08
HSL 261.18º 0.55% 0.82% -
HSV(B) 261.18º 0.22% 0.92% -
XYZ 55.87 52.22 84.98 -
YUV 194.2 150.46 132.85 -
System Red Green Blue C M Y K H S L
Decimal 201 183 234 0.14 0.22 0 0.08 261.18 0.55 0.82
Hex C9 B7 EA E 16 0 8 105 37 52
Octal 311 267 352 16 26 0 10 405 67 122
Binary 11001001 10110111 11101010 1110 10110 0 1000 100000101 110111 1010010

Color Harmonies of #C9B7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B7EA

Black with #C9B7EA

Text Example


Text Example

White with #C9B7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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