#C8B9F8

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

Shades of Melrose #C8B9F8

Tints of Melrose #C8B9F8

Color information

#C8B9F8 (or 0xC8B9F8) is unknown color: approx Melrose. HEX triplet: C8, B9 and F8. RGB value is (200,185,248). Sum of RGB (Red+Green+Blue) = 200+185+248=633 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.60% from 633); Green value is 185 (72.66% from 255 or 29.23% from 633); Blue value is 248 (97.27% from 255 or 39.18% from 633); Max value from RGB is 248 - color contains mainly: blue. Hex color #C8B9F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B9F8 is #374607. Grayscale: #C4C4C4. Windows color (decimal): -3622408 or 16300488. OLE color: 16300488.

HSL color Cylindrical-coordinate representation of color #C8B9F8: hue angle of 254.29º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8B9F8 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB200185248-
CMYK0.190.2500.03
HSL254.29º81.82%84.9%-
HSV(B)254.29º25.4%97.25%-
XYZ58.1153.7596.12-
YUV196.67156.97130.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.60%
GREEN value IS 185 (72.66% from 255) = 29.23%
BLUE value IS 248 (97.27% from 255) = 39.18%
R=31.60%
G=29.23%
B=39.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2001852480.190.2500.03254.2981.8284.9
HexC8B9F8131903fe5255
Octal310271370233103376122125
Binary11001000101110011111100010011110010111111111010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B9F8; }

 p { color: rgb(200,185,248); }

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

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

 a { background-color: rgb(200,185,248); }

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

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

 span { border-color: rgb(200,185,248); }

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