#C1AECB

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

Shades of Prelude #C1AECB

Tints of Prelude #C1AECB

Color information

#C1AECB (or 0xC1AECB) is unknown color: approx Prelude. HEX triplet: C1, AE and CB. RGB value is (193,174,203). Sum of RGB (Red+Green+Blue) = 193+174+203=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #C1AECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AECB is #3E5134. Grayscale: #B6B6B6. Windows color (decimal): -4084021 or 13348545. OLE color: 13348545.

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

Color convert

RGB193174203-
CMYK0.050.1400.20
HSL279.31º21.8%73.92%-
HSV(B)279.31º14.29%79.61%-
XYZ47.9145.9262.84-
YUV182.99139.29135.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.86%
GREEN value IS 174 (68.36% from 255) = 30.53%
BLUE value IS 203 (79.69% from 255) = 35.61%
R=33.86%
G=30.53%
B=35.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931742030.050.1400.20279.3121.873.92
HexC1AECB5E014117164a
Octal30125631351602442726112
Binary1100000110101110110010111011110010100100010111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AECB; }

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

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

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

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

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

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

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

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