#C3AECB

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

Shades of Prelude #C3AECB

Tints of Prelude #C3AECB

Color information

#C3AECB (or 0xC3AECB) is unknown color: approx Prelude. HEX triplet: C3, AE and CB. RGB value is (195,174,203). Sum of RGB (Red+Green+Blue) = 195+174+203=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 203 - color contains mainly: blue. Hex color #C3AECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AECB is #3C5134. Grayscale: #B7B7B7. Windows color (decimal): -3952949 or 13348547. OLE color: 13348547.

HSL color Cylindrical-coordinate representation of color #C3AECB: hue angle of 283.45º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3AECB is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195174203-
CMYK0.040.1400.20
HSL283.45º21.8%73.92%-
HSV(B)283.45º14.29%79.61%-
XYZ48.4246.1962.86-
YUV183.58138.96136.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.09%
GREEN value IS 174 (68.36% from 255) = 30.42%
BLUE value IS 203 (79.69% from 255) = 35.49%
R=34.09%
G=30.42%
B=35.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951742030.040.1400.20283.4521.873.92
HexC3AECB4E01411b164a
Octal30325631341602443326112
Binary1100001110101110110010111001110010100100011011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AECB; }

 p { color: rgb(195,174,203); }

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

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

 a { background-color: rgb(195,174,203); }

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

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

 span { border-color: rgb(195,174,203); }

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