#C9C3E4

Color #C9C3E4 Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #C9C3E4

Tints of Melrose #C9C3E4

Color information

#C9C3E4 (or 0xC9C3E4) is unknown color: approx Melrose. HEX triplet: C9, C3 and E4. RGB value is (201,195,228). Sum of RGB (Red+Green+Blue) = 201+195+228=624 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.21% from 624); Green value is 195 (76.56% from 255 or 31.25% from 624); Blue value is 228 (89.45% from 255 or 36.54% from 624); Max value from RGB is 228 - color contains mainly: blue. Hex color #C9C3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C3E4 is #363C1B. Grayscale: #C8C8C8. Windows color (decimal): -3554332 or 14992329. OLE color: 14992329.

HSL color Cylindrical-coordinate representation of color #C9C3E4: hue angle of 250.91º degrees, saturation: 0.38, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9C3E4 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB201195228-
CMYK0.120.1400.11
HSL250.91º37.93%82.94%-
HSV(B)250.91º14.47%89.41%-
XYZ57.6157.0581.37-
YUV200.56143.49128.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.21%
GREEN value IS 195 (76.56% from 255) = 31.25%
BLUE value IS 228 (89.45% from 255) = 36.54%
R=32.21%
G=31.25%
B=36.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2011952280.120.1400.11250.9137.9382.94
HexC9C3E4CE0Bfb2653
Octal311303344141601337346123
Binary1100100111000011111001001100111001011111110111001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C3E4; }

 p { color: rgb(201,195,228); }

 H1.HeaderClassName
 {
   color: #C9C3E4;
 }
 .AnyTagClassName
 {
   color: #C9C3E4;
 }
</style>
background-color css

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

 a { background-color: rgb(201,195,228); }

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

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

 span { border-color: rgb(201,195,228); }

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