#C7B8CD

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

Shades of Prelude #C7B8CD

Tints of Prelude #C7B8CD

Color information

#C7B8CD (or 0xC7B8CD) is unknown color: approx Prelude. HEX triplet: C7, B8 and CD. RGB value is (199,184,205). Sum of RGB (Red+Green+Blue) = 199+184+205=588 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.84% from 588); Green value is 184 (72.27% from 255 or 31.29% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7B8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B8CD is #384732. Grayscale: #BEBEBE. Windows color (decimal): -3688243 or 13482183. OLE color: 13482183.

HSL color Cylindrical-coordinate representation of color #C7B8CD: hue angle of 282.86º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7B8CD is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB199184205-
CMYK0.030.1000.20
HSL282.86º17.36%76.27%-
HSV(B)282.86º10.24%80.39%-
XYZ51.7150.8364.84-
YUV190.88135.97133.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.84%
GREEN value IS 184 (72.27% from 255) = 31.29%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=33.84%
G=31.29%
B=34.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991842050.030.1000.20282.8617.3676.27
HexC7B8CD3A01411b114c
Octal30727031531202443321114
Binary110001111011100011001101111010010100100011011100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B8CD; }

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

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

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

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

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

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

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

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