#C6ADCD

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

Shades of Prelude #C6ADCD

Tints of Prelude #C6ADCD

Color information

#C6ADCD (or 0xC6ADCD) is unknown color: approx Prelude. HEX triplet: C6, AD and CD. RGB value is (198,173,205). Sum of RGB (Red+Green+Blue) = 198+173+205=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6ADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ADCD is #395232. Grayscale: #B8B8B8. Windows color (decimal): -3756595 or 13479366. OLE color: 13479366.

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

Color convert

RGB198173205-
CMYK0.030.1600.20
HSL286.88º24.24%74.12%-
HSV(B)286.88º15.61%80.39%-
XYZ49.2546.364.1-
YUV184.12139.78137.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.38%
GREEN value IS 173 (67.97% from 255) = 30.03%
BLUE value IS 205 (80.47% from 255) = 35.59%
R=34.38%
G=30.03%
B=35.59%

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
Decimal1981732050.030.1600.20286.8824.2474.12
HexC6ADCD31001411f184a
Octal30625531532002443730112
Binary1100011010101101110011011110000010100100011111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ADCD; }

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

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

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

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

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

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

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

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