#C4AACE

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

Shades of Prelude #C4AACE

Tints of Prelude #C4AACE

Color information

#C4AACE (or 0xC4AACE) is unknown color: approx Prelude. HEX triplet: C4, AA and CE. RGB value is (196,170,206). Sum of RGB (Red+Green+Blue) = 196+170+206=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 206 - color contains mainly: blue. Hex color #C4AACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AACE is #3B5531. Grayscale: #B5B5B5. Windows color (decimal): -3888434 or 13544132. OLE color: 13544132.

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

Color convert

RGB196170206-
CMYK0.050.1700.19
HSL283.33º26.87%73.73%-
HSV(B)283.33º17.48%80.78%-
XYZ48.2844.9464.52-
YUV181.88141.61138.07-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.27%
GREEN value IS 170 (66.80% from 255) = 29.72%
BLUE value IS 206 (80.86% from 255) = 36.01%
R=34.27%
G=29.72%
B=36.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961702060.050.1700.19283.3326.8773.73
HexC4AACE51101311b1b4a
Octal30425231652102343333112
Binary11000100101010101100111010110001010011100011011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AACE; }

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

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

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

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

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

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

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

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