#C7ADCE

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

Shades of Prelude #C7ADCE

Tints of Prelude #C7ADCE

Color information

#C7ADCE (or 0xC7ADCE) is unknown color: approx Prelude. HEX triplet: C7, AD and CE. RGB value is (199,173,206). Sum of RGB (Red+Green+Blue) = 199+173+206=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7ADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ADCE is #385231. Grayscale: #B8B8B8. Windows color (decimal): -3691058 or 13544903. OLE color: 13544903.

HSL color Cylindrical-coordinate representation of color #C7ADCE: hue angle of 287.27º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7ADCE is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB199173206-
CMYK0.030.1600.19
HSL287.27º25.19%74.31%-
HSV(B)287.27º16.02%80.78%-
XYZ49.6446.4964.75-
YUV184.54140.11138.32-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.43%
GREEN value IS 173 (67.97% from 255) = 29.93%
BLUE value IS 206 (80.86% from 255) = 35.64%
R=34.43%
G=29.93%
B=35.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1991732060.030.1600.19287.2725.1974.31
HexC7ADCE31001311f194a
Octal30725531632002343731112
Binary1100011110101101110011101110000010011100011111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ADCE; }

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

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

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

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

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

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

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

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