Html Css Color HEX #C9C0EF Melrose

📋 copy color: '#C9C0EF'

red 201 ◦ green 192 ◦ blue 239

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

Shades of Melrose #C9C0EF

Tints of Melrose #C9C0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.82%

R = 31.8%
G = 30.38%
B = 37.82%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C9C0EF (or 0xC9C0EF) is known color: Melrose. HEX triplet: C9, C0 and EF. RGB value is (201,192,239). Sum of RGB (Red+Green+Blue) = 201+192+239=632 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.80% from 632); Green value is 192 (75.39% from 255 or 30.38% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #C9C0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C0EF is #363F10. Grayscale: #C7C7C7. Windows color (decimal): -3555089 or 15712457. OLE color: 15712457.

HSL color Cylindrical-coordinate representation of color #C9C0EF: hue angle of 251.49º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9C0EF is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 192 239 -
CMYK 0.16 0.20 0 0.06
HSL 251.49º 0.59% 0.85% -
HSV(B) 251.49º 0.2% 0.94% -
XYZ 58.52 56.35 89.45 -
YUV 200.05 149.98 128.68 -
System Red Green Blue C M Y K H S L
Decimal 201 192 239 0.16 0.20 0 0.06 251.49 0.59 0.85
Hex C9 C0 EF 10 14 0 6 FB 3B 55
Octal 311 300 357 20 24 0 6 373 73 125
Binary 11001001 11000000 11101111 10000 10100 0 110 11111011 111011 1010101

Color Harmonies of #C9C0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C0EF

Black with #C9C0EF

Text Example


Text Example

White with #C9C0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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