#C8B4D0

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

Shades of Prelude #C8B4D0

Tints of Prelude #C8B4D0

Color information

#C8B4D0 (or 0xC8B4D0) is unknown color: approx Prelude. HEX triplet: C8, B4 and D0. RGB value is (200,180,208). Sum of RGB (Red+Green+Blue) = 200+180+208=588 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.01% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 208 - color contains mainly: blue. Hex color #C8B4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B4D0 is #374B2F. Grayscale: #BDBDBD. Windows color (decimal): -3623728 or 13677768. OLE color: 13677768.

HSL color Cylindrical-coordinate representation of color #C8B4D0: hue angle of 282.86º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8B4D0 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB200180208-
CMYK0.040.1300.18
HSL282.86º22.95%76.08%-
HSV(B)282.86º13.46%81.57%-
XYZ51.5349.4866.51-
YUV189.17138.63135.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.01%
GREEN value IS 180 (70.70% from 255) = 30.61%
BLUE value IS 208 (81.64% from 255) = 35.37%
R=34.01%
G=30.61%
B=35.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2001802080.040.1300.18282.8622.9576.08
HexC8B4D04D01211b174c
Octal31026432041502243327114
Binary1100100010110100110100001001101010010100011011101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B4D0; }

 p { color: rgb(200,180,208); }

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

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

 a { background-color: rgb(200,180,208); }

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

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

 span { border-color: rgb(200,180,208); }

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