#C3ADCD

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

Shades of Prelude #C3ADCD

Tints of Prelude #C3ADCD

Color information

#C3ADCD (or 0xC3ADCD) is unknown color: approx Prelude. HEX triplet: C3, AD and CD. RGB value is (195,173,205). Sum of RGB (Red+Green+Blue) = 195+173+205=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 205 - color contains mainly: blue. Hex color #C3ADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADCD is #3C5232. Grayscale: #B7B7B7. Windows color (decimal): -3953203 or 13479363. OLE color: 13479363.

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

Color convert

RGB195173205-
CMYK0.050.1600.20
HSL281.25º24.24%74.12%-
HSV(B)281.25º15.61%80.39%-
XYZ48.4745.964.06-
YUV183.23140.29136.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.03%
GREEN value IS 173 (67.97% from 255) = 30.19%
BLUE value IS 205 (80.47% from 255) = 35.78%
R=34.03%
G=30.19%
B=35.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951732050.050.1600.20281.2524.2474.12
HexC3ADCD510014119184a
Octal30325531552002443130112
Binary11000011101011011100110110110000010100100011001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ADCD; }

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

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

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

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

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

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

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

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