#C2AEC9

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

Shades of Prelude #C2AEC9

Tints of Prelude #C2AEC9

Color information

#C2AEC9 (or 0xC2AEC9) is unknown color: approx Prelude. HEX triplet: C2, AE and C9. RGB value is (194,174,201). Sum of RGB (Red+Green+Blue) = 194+174+201=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 201 - color contains mainly: blue. Hex color #C2AEC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AEC9 is #3D5136. Grayscale: #B6B6B6. Windows color (decimal): -4018487 or 13217474. OLE color: 13217474.

HSL color Cylindrical-coordinate representation of color #C2AEC9: hue angle of 284.44º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2AEC9 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB194174201-
CMYK0.030.1300.21
HSL284.44º20%73.53%-
HSV(B)284.44º13.43%78.82%-
XYZ47.9345.9661.6-
YUV183.06138.13135.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.09%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 201 (78.91% from 255) = 35.33%
R=34.09%
G=30.58%
B=35.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941742010.030.1300.21284.442073.53
HexC2AEC93D01511c144a
Octal30225631131502543424112
Binary110000101010111011001001111101010101100011100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AEC9; }

 p { color: rgb(194,174,201); }

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

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

 a { background-color: rgb(194,174,201); }

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

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

 span { border-color: rgb(194,174,201); }

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