#C2ABCD

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

Shades of Prelude #C2ABCD

Tints of Prelude #C2ABCD

Color information

#C2ABCD (or 0xC2ABCD) is unknown color: approx Prelude. HEX triplet: C2, AB and CD. RGB value is (194,171,205). Sum of RGB (Red+Green+Blue) = 194+171+205=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2ABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABCD is #3D5432. Grayscale: #B5B5B5. Windows color (decimal): -4019251 or 13478850. OLE color: 13478850.

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

Color convert

RGB194171205-
CMYK0.050.1700.20
HSL280.59º25.37%73.73%-
HSV(B)280.59º16.59%80.39%-
XYZ47.834563.92-
YUV181.75141.12136.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.04%
GREEN value IS 171 (67.19% from 255) = 30%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=34.04%
G=30%
B=35.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941712050.050.1700.20280.5925.3773.73
HexC2ABCD511014119194a
Octal30225331552102443131112
Binary11000010101010111100110110110001010100100011001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ABCD; }

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

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

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

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

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

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

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

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