#C8C2EA

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

Shades of Melrose #C8C2EA

Tints of Melrose #C8C2EA

Color information

#C8C2EA (or 0xC8C2EA) is unknown color: approx Melrose. HEX triplet: C8, C2 and EA. RGB value is (200,194,234). Sum of RGB (Red+Green+Blue) = 200+194+234=628 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.85% from 628); Green value is 194 (76.17% from 255 or 30.89% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8C2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C2EA is #373D15. Grayscale: #C8C8C8. Windows color (decimal): -3620118 or 15385288. OLE color: 15385288.

HSL color Cylindrical-coordinate representation of color #C8C2EA: hue angle of 249º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8C2EA is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB200194234-
CMYK0.150.1700.08
HSL249º48.78%83.92%-
HSV(B)249º17.09%91.76%-
XYZ57.9656.885.75-
YUV200.35146.99127.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.85%
GREEN value IS 194 (76.17% from 255) = 30.89%
BLUE value IS 234 (91.80% from 255) = 37.26%
R=31.85%
G=30.89%
B=37.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2001942340.150.1700.0824948.7883.92
HexC8C2EAF1108f93154
Octal310302352172101037161124
Binary11001000110000101110101011111000101000111110011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C2EA; }

 p { color: rgb(200,194,234); }

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

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

 a { background-color: rgb(200,194,234); }

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

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

 span { border-color: rgb(200,194,234); }

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