#C8B5D8

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

Shades of Prelude #C8B5D8

Tints of Prelude #C8B5D8

Color information

#C8B5D8 (or 0xC8B5D8) is unknown color: approx Prelude. HEX triplet: C8, B5 and D8. RGB value is (200,181,216). Sum of RGB (Red+Green+Blue) = 200+181+216=597 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.50% from 597); Green value is 181 (71.09% from 255 or 30.32% from 597); Blue value is 216 (84.77% from 255 or 36.18% from 597); Max value from RGB is 216 - color contains mainly: blue. Hex color #C8B5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B5D8 is #374A27. Grayscale: #BEBEBE. Windows color (decimal): -3623464 or 14202312. OLE color: 14202312.

HSL color Cylindrical-coordinate representation of color #C8B5D8: hue angle of 272.57º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8B5D8 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB200181216-
CMYK0.070.1600.15
HSL272.57º30.97%77.84%-
HSV(B)272.57º16.2%84.71%-
XYZ52.7450.2871.89-
YUV190.67142.29134.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.50%
GREEN value IS 181 (71.09% from 255) = 30.32%
BLUE value IS 216 (84.77% from 255) = 36.18%
R=33.50%
G=30.32%
B=36.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001812160.070.1600.15272.5730.9777.84
HexC8B5D87100F1111f4e
Octal31026533072001742137116
Binary1100100010110101110110001111000001111100010001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B5D8; }

 p { color: rgb(200,181,216); }

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

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

 a { background-color: rgb(200,181,216); }

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

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

 span { border-color: rgb(200,181,216); }

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