#C8BBEE

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

Shades of Melrose #C8BBEE

Tints of Melrose #C8BBEE

Color information

#C8BBEE (or 0xC8BBEE) is unknown color: approx Melrose. HEX triplet: C8, BB and EE. RGB value is (200,187,238). Sum of RGB (Red+Green+Blue) = 200+187+238=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BBEE is #374411. Grayscale: #C4C4C4. Windows color (decimal): -3621906 or 15645640. OLE color: 15645640.

HSL color Cylindrical-coordinate representation of color #C8BBEE: hue angle of 255.29º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8BBEE is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB200187238-
CMYK0.160.2100.07
HSL255.29º60%83.33%-
HSV(B)255.29º21.43%93.33%-
XYZ57.0253.9988.31-
YUV196.7151.31130.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32%
GREEN value IS 187 (73.44% from 255) = 29.92%
BLUE value IS 238 (93.36% from 255) = 38.08%
R=32%
G=29.92%
B=38.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2001872380.160.2100.07255.296083.33
HexC8BBEE101507ff3c53
Octal31027335620250737774123
Binary11001000101110111110111010000101010111111111111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BBEE; }

 p { color: rgb(200,187,238); }

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

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

 a { background-color: rgb(200,187,238); }

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

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

 span { border-color: rgb(200,187,238); }

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