#C8B8CE

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

Shades of Prelude #C8B8CE

Tints of Prelude #C8B8CE

Color information

#C8B8CE (or 0xC8B8CE) is unknown color: approx Prelude. HEX triplet: C8, B8 and CE. RGB value is (200,184,206). Sum of RGB (Red+Green+Blue) = 200+184+206=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 184 (72.27% from 255 or 31.19% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8B8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B8CE is #374731. Grayscale: #BFBFBF. Windows color (decimal): -3622706 or 13547720. OLE color: 13547720.

HSL color Cylindrical-coordinate representation of color #C8B8CE: hue angle of 283.64º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8B8CE is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB200184206-
CMYK0.030.1100.19
HSL283.64º18.33%76.47%-
HSV(B)283.64º10.68%80.78%-
XYZ52.151.0265.49-
YUV191.29136.3134.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.90%
GREEN value IS 184 (72.27% from 255) = 31.19%
BLUE value IS 206 (80.86% from 255) = 34.92%
R=33.90%
G=31.19%
B=34.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2001842060.030.1100.19283.6418.3376.47
HexC8B8CE3B01311c124c
Octal31027031631302343422114
Binary110010001011100011001110111011010011100011100100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B8CE; }

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

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

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

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

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

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

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

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