Html Css Color HEX #C9C5EA Melrose

📋 copy color: '#C9C5EA'

red 201 ◦ green 197 ◦ blue 234

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

Shades of Melrose #C9C5EA

Tints of Melrose #C9C5EA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.17%

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

R = 31.8%
G = 31.17%
B = 37.03%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C9C5EA (or 0xC9C5EA) is known color: Melrose. HEX triplet: C9, C5 and EA. RGB value is (201,197,234). Sum of RGB (Red+Green+Blue) = 201+197+234=632 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.80% from 632); Green value is 197 (77.34% from 255 or 31.17% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9C5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C5EA is #363A15. Grayscale: #CACACA. Windows color (decimal): -3553814 or 15386057. OLE color: 15386057.

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

Color convert

RGB 201 197 234 -
CMYK 0.14 0.16 0 0.08
HSL 246.49º 0.47% 0.85% -
HSV(B) 246.49º 0.16% 0.92% -
XYZ 58.9 58.29 85.99 -
YUV 202.41 145.83 126.99 -
System Red Green Blue C M Y K H S L
Decimal 201 197 234 0.14 0.16 0 0.08 246.49 0.47 0.85
Hex C9 C5 EA E 10 0 8 F6 2F 55
Octal 311 305 352 16 20 0 10 366 57 125
Binary 11001001 11000101 11101010 1110 10000 0 1000 11110110 101111 1010101

Color Harmonies of #C9C5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C5EA

Black with #C9C5EA

Text Example


Text Example

White with #C9C5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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