#C4AAD0

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

Shades of Prelude #C4AAD0

Tints of Prelude #C4AAD0

Color information

#C4AAD0 (or 0xC4AAD0) is unknown color: approx Prelude. HEX triplet: C4, AA and D0. RGB value is (196,170,208). Sum of RGB (Red+Green+Blue) = 196+170+208=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 208 - color contains mainly: blue. Hex color #C4AAD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AAD0 is #3B552F. Grayscale: #B5B5B5. Windows color (decimal): -3888432 or 13675204. OLE color: 13675204.

HSL color Cylindrical-coordinate representation of color #C4AAD0: hue angle of 281.05º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4AAD0 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196170208-
CMYK0.060.1800.18
HSL281.05º28.79%74.12%-
HSV(B)281.05º18.27%81.57%-
XYZ48.5245.0465.81-
YUV182.11142.61137.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.15%
GREEN value IS 170 (66.80% from 255) = 29.62%
BLUE value IS 208 (81.64% from 255) = 36.24%
R=34.15%
G=29.62%
B=36.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1961702080.060.1800.18281.0528.7974.12
HexC4AAD06120121191d4a
Octal30425232062202243135112
Binary11000100101010101101000011010010010010100011001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AAD0; }

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

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

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

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

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

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

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

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