#C4ABD1

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

Shades of Prelude #C4ABD1

Tints of Prelude #C4ABD1

Color information

#C4ABD1 (or 0xC4ABD1) is unknown color: approx Prelude. HEX triplet: C4, AB and D1. RGB value is (196,171,209). Sum of RGB (Red+Green+Blue) = 196+171+209=576 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.03% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 209 - color contains mainly: blue. Hex color #C4ABD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ABD1 is #3B542E. Grayscale: #B6B6B6. Windows color (decimal): -3888175 or 13740996. OLE color: 13740996.

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

Color convert

RGB196171209-
CMYK0.060.1800.18
HSL279.47º29.23%74.51%-
HSV(B)279.47º18.18%81.96%-
XYZ48.8445.4766.52-
YUV182.81142.78137.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.03%
GREEN value IS 171 (67.19% from 255) = 29.69%
BLUE value IS 209 (82.03% from 255) = 36.28%
R=34.03%
G=29.69%
B=36.28%

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
Decimal1961712090.060.1800.18279.4729.2374.51
HexC4ABD16120121171d4b
Octal30425332162202242735113
Binary11000100101010111101000111010010010010100010111111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ABD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ABD1; }

 p { color: rgb(196,171,209); }

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

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

 a { background-color: rgb(196,171,209); }

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

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

 span { border-color: rgb(196,171,209); }

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