#C4BEDD

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

Shades of Melrose #C4BEDD

Tints of Melrose #C4BEDD

Color information

#C4BEDD (or 0xC4BEDD) is unknown color: approx Melrose. HEX triplet: C4, BE and DD. RGB value is (196,190,221). Sum of RGB (Red+Green+Blue) = 196+190+221=607 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.29% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4BEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BEDD is #3B4122. Grayscale: #C3C3C3. Windows color (decimal): -3883299 or 14532292. OLE color: 14532292.

HSL color Cylindrical-coordinate representation of color #C4BEDD: hue angle of 251.61º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4BEDD is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196190221-
CMYK0.110.1400.13
HSL251.61º31.31%80.59%-
HSV(B)251.61º14.03%86.67%-
XYZ54.2353.7875.93-
YUV195.33142.49128.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.29%
GREEN value IS 190 (74.61% from 255) = 31.30%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=32.29%
G=31.30%
B=36.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961902210.110.1400.13251.6131.3180.59
HexC4BEDDBE0Dfc1f51
Octal304276335131601537437121
Binary110001001011111011011101101111100110111111100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BEDD; }

 p { color: rgb(196,190,221); }

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

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

 a { background-color: rgb(196,190,221); }

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

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

 span { border-color: rgb(196,190,221); }

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