#C2ABCC

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

Shades of Prelude #C2ABCC

Tints of Prelude #C2ABCC

Color information

#C2ABCC (or 0xC2ABCC) is unknown color: approx Prelude. HEX triplet: C2, AB and CC. RGB value is (194,171,204). Sum of RGB (Red+Green+Blue) = 194+171+204=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 204 - color contains mainly: blue. Hex color #C2ABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABCC is #3D5433. Grayscale: #B5B5B5. Windows color (decimal): -4019252 or 13413314. OLE color: 13413314.

HSL color Cylindrical-coordinate representation of color #C2ABCC: hue angle of 281.82º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2ABCC is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB194171204-
CMYK0.050.1600.2
HSL281.82º24.44%73.53%-
HSV(B)281.82º16.18%80%-
XYZ47.7144.9563.29-
YUV181.64140.62136.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.09%
GREEN value IS 171 (67.19% from 255) = 30.05%
BLUE value IS 204 (80.08% from 255) = 35.85%
R=34.09%
G=30.05%
B=35.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941712040.050.1600.2281.8224.4473.53
HexC2ABCC51001411a184a
Octal30225331452002443230112
Binary11000010101010111100110010110000010100100011010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ABCC; }

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

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

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

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

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

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

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

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