#C7ADCD

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

Shades of Prelude #C7ADCD

Tints of Prelude #C7ADCD

Color information

#C7ADCD (or 0xC7ADCD) is unknown color: approx Prelude. HEX triplet: C7, AD and CD. RGB value is (199,173,205). Sum of RGB (Red+Green+Blue) = 199+173+205=577 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.49% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7ADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ADCD is #385232. Grayscale: #B8B8B8. Windows color (decimal): -3691059 or 13479367. OLE color: 13479367.

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

Color convert

RGB199173205-
CMYK0.030.1600.20
HSL288.75º24.24%74.12%-
HSV(B)288.75º15.61%80.39%-
XYZ49.5246.4464.11-
YUV184.42139.61138.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.49%
GREEN value IS 173 (67.97% from 255) = 29.98%
BLUE value IS 205 (80.47% from 255) = 35.53%
R=34.49%
G=29.98%
B=35.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991732050.030.1600.20288.7524.2474.12
HexC7ADCD310014121184a
Octal30725531532002444130112
Binary1100011110101101110011011110000010100100100001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ADCD; }

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

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

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

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

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

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

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

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