#C8B2CD

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

Shades of Prelude #C8B2CD

Tints of Prelude #C8B2CD

Color information

#C8B2CD (or 0xC8B2CD) is unknown color: approx Prelude. HEX triplet: C8, B2 and CD. RGB value is (200,178,205). Sum of RGB (Red+Green+Blue) = 200+178+205=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 205 - color contains mainly: blue. Hex color #C8B2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B2CD is #374D32. Grayscale: #BBBBBB. Windows color (decimal): -3624243 or 13480648. OLE color: 13480648.

HSL color Cylindrical-coordinate representation of color #C8B2CD: hue angle of 288.89º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8B2CD is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB200178205-
CMYK0.020.1300.20
HSL288.89º21.26%75.1%-
HSV(B)288.89º13.17%80.39%-
XYZ50.7648.5364.45-
YUV187.66137.79136.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.31%
GREEN value IS 178 (69.92% from 255) = 30.53%
BLUE value IS 205 (80.47% from 255) = 35.16%
R=34.31%
G=30.53%
B=35.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001782050.020.1300.20288.8921.2675.1
HexC8B2CD2D014121154b
Octal31026231521502444125113
Binary110010001011001011001101101101010100100100001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B2CD; }

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

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

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

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

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

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

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

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