#C3ABCC

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

Shades of Prelude #C3ABCC

Tints of Prelude #C3ABCC

Color information

#C3ABCC (or 0xC3ABCC) is unknown color: approx Prelude. HEX triplet: C3, AB and CC. RGB value is (195,171,204). Sum of RGB (Red+Green+Blue) = 195+171+204=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 204 - color contains mainly: blue. Hex color #C3ABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ABCC is #3C5433. Grayscale: #B5B5B5. Windows color (decimal): -3953716 or 13413315. OLE color: 13413315.

HSL color Cylindrical-coordinate representation of color #C3ABCC: hue angle of 283.64º 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 #C3ABCC is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB195171204-
CMYK0.040.1600.2
HSL283.64º24.44%73.53%-
HSV(B)283.64º16.18%80%-
XYZ47.9745.0963.3-
YUV181.94140.45137.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.21%
GREEN value IS 171 (67.19% from 255) = 30%
BLUE value IS 204 (80.08% from 255) = 35.79%
R=34.21%
G=30%
B=35.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1951712040.040.1600.2283.6424.4473.53
HexC3ABCC41001411c184a
Octal30325331442002443430112
Binary11000011101010111100110010010000010100100011100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ABCC; }

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

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

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

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

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

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

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

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