#C2B2CD

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

Shades of Prelude #C2B2CD

Tints of Prelude #C2B2CD

Color information

#C2B2CD (or 0xC2B2CD) is unknown color: approx Prelude. HEX triplet: C2, B2 and CD. RGB value is (194,178,205). Sum of RGB (Red+Green+Blue) = 194+178+205=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2B2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B2CD is #3D4D32. Grayscale: #B9B9B9. Windows color (decimal): -4017459 or 13480642. OLE color: 13480642.

HSL color Cylindrical-coordinate representation of color #C2B2CD: hue angle of 275.56º 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 #C2B2CD is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194178205-
CMYK0.050.1300.20
HSL275.56º21.26%75.1%-
HSV(B)275.56º13.17%80.39%-
XYZ49.1947.7264.38-
YUV185.86138.8133.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.62%
GREEN value IS 178 (69.92% from 255) = 30.85%
BLUE value IS 205 (80.47% from 255) = 35.53%
R=33.62%
G=30.85%
B=35.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941782050.050.1300.20275.5621.2675.1
HexC2B2CD5D014114154b
Octal30226231551502442425113
Binary1100001010110010110011011011101010100100010100101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B2CD; }

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

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

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

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

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

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

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

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