#C8C3DE

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

Shades of Melrose #C8C3DE

Tints of Melrose #C8C3DE

Color information

#C8C3DE (or 0xC8C3DE) is unknown color: approx Melrose. HEX triplet: C8, C3 and DE. RGB value is (200,195,222). Sum of RGB (Red+Green+Blue) = 200+195+222=617 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.41% from 617); Green value is 195 (76.56% from 255 or 31.60% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 222 - color contains mainly: blue. Hex color #C8C3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C3DE is #373C21. Grayscale: #C7C7C7. Windows color (decimal): -3619874 or 14599112. OLE color: 14599112.

HSL color Cylindrical-coordinate representation of color #C8C3DE: hue angle of 251.11º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8C3DE is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200195222-
CMYK0.100.1200.13
HSL251.11º29.03%81.76%-
HSV(B)251.11º12.16%87.06%-
XYZ56.5256.5877.05-
YUV199.57140.66128.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.41%
GREEN value IS 195 (76.56% from 255) = 31.60%
BLUE value IS 222 (87.11% from 255) = 35.98%
R=32.41%
G=31.60%
B=35.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001952220.100.1200.13251.1129.0381.76
HexC8C3DEAC0Dfb1d52
Octal310303336121401537335122
Binary110010001100001111011110101011000110111111011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C3DE; }

 p { color: rgb(200,195,222); }

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

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

 a { background-color: rgb(200,195,222); }

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

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

 span { border-color: rgb(200,195,222); }

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