#C4ABCD

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

Shades of Prelude #C4ABCD

Tints of Prelude #C4ABCD

Color information

#C4ABCD (or 0xC4ABCD) is unknown color: approx Prelude. HEX triplet: C4, AB and CD. RGB value is (196,171,205). Sum of RGB (Red+Green+Blue) = 196+171+205=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #C4ABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ABCD is #3B5432. Grayscale: #B6B6B6. Windows color (decimal): -3888179 or 13478852. OLE color: 13478852.

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

Color convert

RGB196171205-
CMYK0.040.1700.20
HSL284.12º25.37%73.73%-
HSV(B)284.12º16.59%80.39%-
XYZ48.3545.2763.95-
YUV182.35140.78137.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.27%
GREEN value IS 171 (67.19% from 255) = 29.90%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=34.27%
G=29.90%
B=35.84%

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
Decimal1961712050.040.1700.20284.1225.3773.73
HexC4ABCD41101411c194a
Octal30425331542102443431112
Binary11000100101010111100110110010001010100100011100110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ABCD; }

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

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

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

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

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

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

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

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