#C3ADC9

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

Shades of Prelude #C3ADC9

Tints of Prelude #C3ADC9

Color information

#C3ADC9 (or 0xC3ADC9) is unknown color: approx Prelude. HEX triplet: C3, AD and C9. RGB value is (195,173,201). Sum of RGB (Red+Green+Blue) = 195+173+201=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 173 (67.97% from 255 or 30.40% 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 #C3ADC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADC9 is #3C5236. Grayscale: #B6B6B6. Windows color (decimal): -3953207 or 13217219. OLE color: 13217219.

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

Color convert

RGB195173201-
CMYK0.030.1400.21
HSL287.14º20.59%73.33%-
HSV(B)287.14º13.93%78.82%-
XYZ47.9945.7161.55-
YUV182.77138.29136.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.27%
GREEN value IS 173 (67.97% from 255) = 30.40%
BLUE value IS 201 (78.91% from 255) = 35.33%
R=34.27%
G=30.40%
B=35.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951732010.030.1400.21287.1420.5973.33
HexC3ADC93E01511f1549
Octal30325531131602543725111
Binary110000111010110111001001111110010101100011111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ADC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ADC9; }

 p { color: rgb(195,173,201); }

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

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

 a { background-color: rgb(195,173,201); }

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

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

 span { border-color: rgb(195,173,201); }

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