#C9B9E4

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

Shades of Melrose #C9B9E4

Tints of Melrose #C9B9E4

Color information

#C9B9E4 (or 0xC9B9E4) is unknown color: approx Melrose. HEX triplet: C9, B9 and E4. RGB value is (201,185,228). Sum of RGB (Red+Green+Blue) = 201+185+228=614 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.74% from 614); Green value is 185 (72.66% from 255 or 30.13% from 614); Blue value is 228 (89.45% from 255 or 37.13% from 614); Max value from RGB is 228 - color contains mainly: blue. Hex color #C9B9E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B9E4 is #36461B. Grayscale: #C2C2C2. Windows color (decimal): -3556892 or 14989769. OLE color: 14989769.

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

Color convert

RGB201185228-
CMYK0.120.1900.11
HSL262.33º44.33%80.98%-
HSV(B)262.33º18.86%89.41%-
XYZ55.4452.7280.65-
YUV194.69146.8132.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.74%
GREEN value IS 185 (72.66% from 255) = 30.13%
BLUE value IS 228 (89.45% from 255) = 37.13%
R=32.74%
G=30.13%
B=37.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2011852280.120.1900.11262.3344.3380.98
HexC9B9E4C130B1062c51
Octal311271344142301340654121
Binary110010011011100111100100110010011010111000001101011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B9E4; }

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

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

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

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

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

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

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

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