#C6B7CD

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

Shades of Prelude #C6B7CD

Tints of Prelude #C6B7CD

Color information

#C6B7CD (or 0xC6B7CD) is unknown color: approx Prelude. HEX triplet: C6, B7 and CD. RGB value is (198,183,205). Sum of RGB (Red+Green+Blue) = 198+183+205=586 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.79% from 586); Green value is 183 (71.88% from 255 or 31.23% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6B7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B7CD is #394832. Grayscale: #BDBDBD. Windows color (decimal): -3754035 or 13481926. OLE color: 13481926.

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

Color convert

RGB198183205-
CMYK0.030.1100.20
HSL280.91º18.03%76.08%-
HSV(B)280.91º10.73%80.39%-
XYZ51.2450.2864.76-
YUV189.99136.47133.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.79%
GREEN value IS 183 (71.88% from 255) = 31.23%
BLUE value IS 205 (80.47% from 255) = 34.98%
R=33.79%
G=31.23%
B=34.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981832050.030.1100.20280.9118.0376.08
HexC6B7CD3B014119124c
Octal30626731531302443122114
Binary110001101011011111001101111011010100100011001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B7CD; }

 p { color: rgb(198,183,205); }

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

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

 a { background-color: rgb(198,183,205); }

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

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

 span { border-color: rgb(198,183,205); }

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