#C4B9EE

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

Shades of Melrose #C4B9EE

Tints of Melrose #C4B9EE

Color information

#C4B9EE (or 0xC4B9EE) is unknown color: approx Melrose. HEX triplet: C4, B9 and EE. RGB value is (196,185,238). Sum of RGB (Red+Green+Blue) = 196+185+238=619 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.66% from 619); Green value is 185 (72.66% from 255 or 29.89% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #C4B9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B9EE is #3B4611. Grayscale: #C2C2C2. Windows color (decimal): -3884562 or 15645124. OLE color: 15645124.

HSL color Cylindrical-coordinate representation of color #C4B9EE: hue angle of 252.45º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4B9EE is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196185238-
CMYK0.180.2200.07
HSL252.45º60.92%82.94%-
HSV(B)252.45º22.27%93.33%-
XYZ55.5552.6188.12-
YUV194.33152.64129.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.66%
GREEN value IS 185 (72.66% from 255) = 29.89%
BLUE value IS 238 (93.36% from 255) = 38.45%
R=31.66%
G=29.89%
B=38.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961852380.180.2200.07252.4560.9282.94
HexC4B9EE121607fc3d53
Octal30427135622260737475123
Binary11000100101110011110111010010101100111111111001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B9EE; }

 p { color: rgb(196,185,238); }

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

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

 a { background-color: rgb(196,185,238); }

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

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

 span { border-color: rgb(196,185,238); }

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