#C8B6CD

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

Shades of Prelude #C8B6CD

Tints of Prelude #C8B6CD

Color information

#C8B6CD (or 0xC8B6CD) is unknown color: approx Prelude. HEX triplet: C8, B6 and CD. RGB value is (200,182,205). Sum of RGB (Red+Green+Blue) = 200+182+205=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 182 (71.48% from 255 or 31.01% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 205 - color contains mainly: blue. Hex color #C8B6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B6CD is #374932. Grayscale: #BDBDBD. Windows color (decimal): -3623219 or 13481672. OLE color: 13481672.

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

Color convert

RGB200182205-
CMYK0.020.1100.20
HSL286.96º18.7%75.88%-
HSV(B)286.96º11.22%80.39%-
XYZ51.5750.1464.72-
YUV190136.46135.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.07%
GREEN value IS 182 (71.48% from 255) = 31.01%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=34.07%
G=31.01%
B=34.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001822050.020.1100.20286.9618.775.88
HexC8B6CD2B01411f134c
Octal31026631521302443723114
Binary110010001011011011001101101011010100100011111100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B6CD; }

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

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

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

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

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

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

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

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