#C4AACD

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

Shades of Prelude #C4AACD

Tints of Prelude #C4AACD

Color information

#C4AACD (or 0xC4AACD) is unknown color: approx Prelude. HEX triplet: C4, AA and CD. RGB value is (196,170,205). Sum of RGB (Red+Green+Blue) = 196+170+205=571 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.33% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 205 - color contains mainly: blue. Hex color #C4AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AACD is #3B5532. Grayscale: #B5B5B5. Windows color (decimal): -3888435 or 13478596. OLE color: 13478596.

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

Color convert

RGB196170205-
CMYK0.040.1700.20
HSL284.57º25.93%73.53%-
HSV(B)284.57º17.07%80.39%-
XYZ48.1644.8963.88-
YUV181.76141.11138.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.33%
GREEN value IS 170 (66.80% from 255) = 29.77%
BLUE value IS 205 (80.47% from 255) = 35.90%
R=34.33%
G=29.77%
B=35.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961702050.040.1700.20284.5725.9373.53
HexC4AACD41101411d1a4a
Octal30425231542102443532112
Binary11000100101010101100110110010001010100100011101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AACD; }

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

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

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

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

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

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

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

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