#C2AACD

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

Shades of Prelude #C2AACD

Tints of Prelude #C2AACD

Color information

#C2AACD (or 0xC2AACD) is unknown color: approx Prelude. HEX triplet: C2, AA and CD. RGB value is (194,170,205). Sum of RGB (Red+Green+Blue) = 194+170+205=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AACD is #3D5532. Grayscale: #B5B5B5. Windows color (decimal): -4019507 or 13478594. OLE color: 13478594.

HSL color Cylindrical-coordinate representation of color #C2AACD: hue angle of 281.14º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2AACD is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194170205-
CMYK0.050.1700.20
HSL281.14º25.93%73.53%-
HSV(B)281.14º17.07%80.39%-
XYZ47.6444.6363.86-
YUV181.17141.45137.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.09%
GREEN value IS 170 (66.80% from 255) = 29.88%
BLUE value IS 205 (80.47% from 255) = 36.03%
R=34.09%
G=29.88%
B=36.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941702050.050.1700.20281.1425.9373.53
HexC2AACD5110141191a4a
Octal30225231552102443132112
Binary11000010101010101100110110110001010100100011001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AACD; }

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

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

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

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

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

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

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

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