#C1ADCD

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

Shades of Prelude #C1ADCD

Tints of Prelude #C1ADCD

Color information

#C1ADCD (or 0xC1ADCD) is unknown color: approx Prelude. HEX triplet: C1, AD and CD. RGB value is (193,173,205). Sum of RGB (Red+Green+Blue) = 193+173+205=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 205 - color contains mainly: blue. Hex color #C1ADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ADCD is #3E5232. Grayscale: #B6B6B6. Windows color (decimal): -4084275 or 13479361. OLE color: 13479361.

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

Color convert

RGB193173205-
CMYK0.060.1600.20
HSL277.5º24.24%74.12%-
HSV(B)277.5º15.61%80.39%-
XYZ47.9645.6364.04-
YUV182.63140.63135.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.80%
GREEN value IS 173 (67.97% from 255) = 30.30%
BLUE value IS 205 (80.47% from 255) = 35.90%
R=33.80%
G=30.30%
B=35.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931732050.060.1600.20277.524.2474.12
HexC1ADCD610014116184a
Octal30125531562002442630112
Binary11000001101011011100110111010000010100100010110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ADCD; }

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

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

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

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

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

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

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

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