#C6B6CD

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

Shades of Prelude #C6B6CD

Tints of Prelude #C6B6CD

Color information

#C6B6CD (or 0xC6B6CD) is unknown color: approx Prelude. HEX triplet: C6, B6 and CD. RGB value is (198,182,205). Sum of RGB (Red+Green+Blue) = 198+182+205=585 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.85% from 585); Green value is 182 (71.48% from 255 or 31.11% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6B6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B6CD is #394932. Grayscale: #BDBDBD. Windows color (decimal): -3754291 or 13481670. OLE color: 13481670.

HSL color Cylindrical-coordinate representation of color #C6B6CD: hue angle of 281.74º degrees, saturation: 0.19, 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 #C6B6CD is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB198182205-
CMYK0.030.1100.20
HSL281.74º18.7%75.88%-
HSV(B)281.74º11.22%80.39%-
XYZ51.0449.8764.69-
YUV189.41136.8134.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.85%
GREEN value IS 182 (71.48% from 255) = 31.11%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=33.85%
G=31.11%
B=35.04%

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
Decimal1981822050.030.1100.20281.7418.775.88
HexC6B6CD3B01411a134c
Octal30626631531302443223114
Binary110001101011011011001101111011010100100011010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B6CD; }

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

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

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

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

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

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

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

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