Html Css Color HEX #C9B7EE Melrose

📋 copy color: '#C9B7EE'

red 201 ◦ green 183 ◦ blue 238

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

Shades of Melrose #C9B7EE

Tints of Melrose #C9B7EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.26%

R = 32.32%
G = 29.42%
B = 38.26%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C9B7EE (or 0xC9B7EE) is known color: Melrose. HEX triplet: C9, B7 and EE. RGB value is (201,183,238). Sum of RGB (Red+Green+Blue) = 201+183+238=622 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.32% from 622); Green value is 183 (71.88% from 255 or 29.42% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9B7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B7EE is #364811. Grayscale: #C2C2C2. Windows color (decimal): -3557394 or 15644617. OLE color: 15644617.

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

Color convert

RGB 201 183 238 -
CMYK 0.16 0.23 0 0.07
HSL 259.64º 0.62% 0.83% -
HSV(B) 259.64º 0.23% 0.93% -
XYZ 56.45 52.46 88.04 -
YUV 194.65 152.46 132.53 -
System Red Green Blue C M Y K H S L
Decimal 201 183 238 0.16 0.23 0 0.07 259.64 0.62 0.83
Hex C9 B7 EE 10 17 0 7 104 3E 53
Octal 311 267 356 20 27 0 7 404 76 123
Binary 11001001 10110111 11101110 10000 10111 0 111 100000100 111110 1010011

Color Harmonies of #C9B7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B7EE

Black with #C9B7EE

Text Example


Text Example

White with #C9B7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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