Html Css Color HEX #C9C0EE Melrose

📋 copy color: '#C9C0EE'

red 201 ◦ green 192 ◦ blue 238

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

Shades of Melrose #C9C0EE

Tints of Melrose #C9C0EE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.43%

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

R = 31.85%
G = 30.43%
B = 37.72%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C9C0EE (or 0xC9C0EE) is known color: Melrose. HEX triplet: C9, C0 and EE. RGB value is (201,192,238). Sum of RGB (Red+Green+Blue) = 201+192+238=631 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.85% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9C0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C0EE is #363F11. Grayscale: #C7C7C7. Windows color (decimal): -3555090 or 15646921. OLE color: 15646921.

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

Color convert

RGB 201 192 238 -
CMYK 0.16 0.19 0 0.07
HSL 251.74º 0.58% 0.84% -
HSV(B) 251.74º 0.19% 0.93% -
XYZ 58.37 56.29 88.68 -
YUV 199.94 149.48 128.76 -
System Red Green Blue C M Y K H S L
Decimal 201 192 238 0.16 0.19 0 0.07 251.74 0.58 0.84
Hex C9 C0 EE 10 13 0 7 FC 3A 54
Octal 311 300 356 20 23 0 7 374 72 124
Binary 11001001 11000000 11101110 10000 10011 0 111 11111100 111010 1010100

Color Harmonies of #C9C0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C0EE

Black with #C9C0EE

Text Example


Text Example

White with #C9C0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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