#C8B9CE

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

Shades of Prelude #C8B9CE

Tints of Prelude #C8B9CE

Color information

#C8B9CE (or 0xC8B9CE) is unknown color: approx Prelude. HEX triplet: C8, B9 and CE. RGB value is (200,185,206). Sum of RGB (Red+Green+Blue) = 200+185+206=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 185 (72.66% from 255 or 31.30% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8B9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B9CE is #374631. Grayscale: #BFBFBF. Windows color (decimal): -3622450 or 13547976. OLE color: 13547976.

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

Color convert

RGB200185206-
CMYK0.030.1000.19
HSL282.86º17.65%76.67%-
HSV(B)282.86º10.19%80.78%-
XYZ52.3151.4365.56-
YUV191.88135.97133.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.84%
GREEN value IS 185 (72.66% from 255) = 31.30%
BLUE value IS 206 (80.86% from 255) = 34.86%
R=33.84%
G=31.30%
B=34.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2001852060.030.1000.19282.8617.6576.67
HexC8B9CE3A01311b124d
Octal31027131631202343322115
Binary110010001011100111001110111010010011100011011100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B9CE; }

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

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

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

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

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

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

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

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