#C7B8CE

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

Shades of Prelude #C7B8CE

Tints of Prelude #C7B8CE

Color information

#C7B8CE (or 0xC7B8CE) is unknown color: approx Prelude. HEX triplet: C7, B8 and CE. RGB value is (199,184,206). Sum of RGB (Red+Green+Blue) = 199+184+206=589 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.79% from 589); Green value is 184 (72.27% from 255 or 31.24% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7B8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B8CE is #384731. Grayscale: #BEBEBE. Windows color (decimal): -3688242 or 13547719. OLE color: 13547719.

HSL color Cylindrical-coordinate representation of color #C7B8CE: hue angle of 280.91º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7B8CE is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB199184206-
CMYK0.030.1100.19
HSL280.91º18.33%76.47%-
HSV(B)280.91º10.68%80.78%-
XYZ51.8350.8865.48-
YUV190.99136.47133.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.79%
GREEN value IS 184 (72.27% from 255) = 31.24%
BLUE value IS 206 (80.86% from 255) = 34.97%
R=33.79%
G=31.24%
B=34.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1991842060.030.1100.19280.9118.3376.47
HexC7B8CE3B013119124c
Octal30727031631302343122114
Binary110001111011100011001110111011010011100011001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B8CE; }

 p { color: rgb(199,184,206); }

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

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

 a { background-color: rgb(199,184,206); }

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

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

 span { border-color: rgb(199,184,206); }

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