#C8C3DD

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

Shades of Melrose #C8C3DD

Tints of Melrose #C8C3DD

Color information

#C8C3DD (or 0xC8C3DD) is unknown color: approx Melrose. HEX triplet: C8, C3 and DD. RGB value is (200,195,221). Sum of RGB (Red+Green+Blue) = 200+195+221=616 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.47% from 616); Green value is 195 (76.56% from 255 or 31.66% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8C3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C3DD is #373C22. Grayscale: #C7C7C7. Windows color (decimal): -3619875 or 14533576. OLE color: 14533576.

HSL color Cylindrical-coordinate representation of color #C8C3DD: hue angle of 251.54º degrees, saturation: 0.28, 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 #C8C3DD is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200195221-
CMYK0.100.1200.13
HSL251.54º27.66%81.57%-
HSV(B)251.54º11.76%86.67%-
XYZ56.3956.5376.35-
YUV199.46140.16128.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.47%
GREEN value IS 195 (76.56% from 255) = 31.66%
BLUE value IS 221 (86.72% from 255) = 35.88%
R=32.47%
G=31.66%
B=35.88%

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
Decimal2001952210.100.1200.13251.5427.6681.57
HexC8C3DDAC0Dfc1c52
Octal310303335121401537434122
Binary110010001100001111011101101011000110111111100111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C3DD; }

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

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

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

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

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

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

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

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