#C6ADCB

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

Shades of Prelude #C6ADCB

Tints of Prelude #C6ADCB

Color information

#C6ADCB (or 0xC6ADCB) is unknown color: approx Prelude. HEX triplet: C6, AD and CB. RGB value is (198,173,203). Sum of RGB (Red+Green+Blue) = 198+173+203=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 203 - color contains mainly: blue. Hex color #C6ADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ADCB is #395234. Grayscale: #B7B7B7. Windows color (decimal): -3756597 or 13348294. OLE color: 13348294.

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

Color convert

RGB198173203-
CMYK0.020.1500.20
HSL290º22.39%73.73%-
HSV(B)290º14.78%79.61%-
XYZ49.0146.262.84-
YUV183.9138.78138.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.49%
GREEN value IS 173 (67.97% from 255) = 30.14%
BLUE value IS 203 (79.69% from 255) = 35.37%
R=34.49%
G=30.14%
B=35.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981732030.020.1500.2029022.3973.73
HexC6ADCB2F014122164a
Octal30625531321702444226112
Binary110001101010110111001011101111010100100100010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ADCB; }

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

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

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

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

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

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

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

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