#C2AFC9

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

Shades of Prelude #C2AFC9

Tints of Prelude #C2AFC9

Color information

#C2AFC9 (or 0xC2AFC9) is unknown color: approx Prelude. HEX triplet: C2, AF and C9. RGB value is (194,175,201). Sum of RGB (Red+Green+Blue) = 194+175+201=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 201 - color contains mainly: blue. Hex color #C2AFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFC9 is #3D5036. Grayscale: #B7B7B7. Windows color (decimal): -4018231 or 13217730. OLE color: 13217730.

HSL color Cylindrical-coordinate representation of color #C2AFC9: hue angle of 283.85º degrees, saturation: 0.19, 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 #C2AFC9 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB194175201-
CMYK0.030.1300.21
HSL283.85º19.4%73.73%-
HSV(B)283.85º12.94%78.82%-
XYZ48.1246.3561.67-
YUV183.64137.79135.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.04%
GREEN value IS 175 (68.75% from 255) = 30.70%
BLUE value IS 201 (78.91% from 255) = 35.26%
R=34.04%
G=30.70%
B=35.26%

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
Decimal1941752010.030.1300.21283.8519.473.73
HexC2AFC93D01511c134a
Octal30225731131502543423112
Binary110000101010111111001001111101010101100011100100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AFC9; }

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

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

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

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

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

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

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

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