#C2AACE

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

Shades of Prelude #C2AACE

Tints of Prelude #C2AACE

Color information

#C2AACE (or 0xC2AACE) is unknown color: approx Prelude. HEX triplet: C2, AA and CE. RGB value is (194,170,206). Sum of RGB (Red+Green+Blue) = 194+170+206=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2AACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AACE is #3D5531. Grayscale: #B5B5B5. Windows color (decimal): -4019506 or 13544130. OLE color: 13544130.

HSL color Cylindrical-coordinate representation of color #C2AACE: hue angle of 280º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2AACE is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB194170206-
CMYK0.060.1700.19
HSL280º26.87%73.73%-
HSV(B)280º17.48%80.78%-
XYZ47.7644.6864.5-
YUV181.28141.95137.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.04%
GREEN value IS 170 (66.80% from 255) = 29.82%
BLUE value IS 206 (80.86% from 255) = 36.14%
R=34.04%
G=29.82%
B=36.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1941702060.060.1700.1928026.8773.73
HexC2AACE6110131181b4a
Octal30225231662102343033112
Binary11000010101010101100111011010001010011100011000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AACE; }

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

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

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

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

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

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

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

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