#C8B8CD

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

Shades of Prelude #C8B8CD

Tints of Prelude #C8B8CD

Color information

#C8B8CD (or 0xC8B8CD) is unknown color: approx Prelude. HEX triplet: C8, B8 and CD. RGB value is (200,184,205). Sum of RGB (Red+Green+Blue) = 200+184+205=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 184 (72.27% from 255 or 31.24% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 205 - color contains mainly: blue. Hex color #C8B8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B8CD is #374732. Grayscale: #BFBFBF. Windows color (decimal): -3622707 or 13482184. OLE color: 13482184.

HSL color Cylindrical-coordinate representation of color #C8B8CD: hue angle of 285.71º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8B8CD is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB200184205-
CMYK0.020.1000.20
HSL285.71º17.36%76.27%-
HSV(B)285.71º10.24%80.39%-
XYZ51.9850.9764.86-
YUV191.18135.8134.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.96%
GREEN value IS 184 (72.27% from 255) = 31.24%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=33.96%
G=31.24%
B=34.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001842050.020.1000.20285.7117.3676.27
HexC8B8CD2A01411e114c
Octal31027031521202443621114
Binary110010001011100011001101101010010100100011110100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B8CD; }

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

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

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

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

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

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

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

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