#C4ADCD

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

Shades of Prelude #C4ADCD

Tints of Prelude #C4ADCD

Color information

#C4ADCD (or 0xC4ADCD) is unknown color: approx Prelude. HEX triplet: C4, AD and CD. RGB value is (196,173,205). Sum of RGB (Red+Green+Blue) = 196+173+205=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #C4ADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ADCD is #3B5232. Grayscale: #B7B7B7. Windows color (decimal): -3887667 or 13479364. OLE color: 13479364.

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

Color convert

RGB196173205-
CMYK0.040.1600.20
HSL283.12º24.24%74.12%-
HSV(B)283.12º15.61%80.39%-
XYZ48.7346.0364.07-
YUV183.52140.12136.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.15%
GREEN value IS 173 (67.97% from 255) = 30.14%
BLUE value IS 205 (80.47% from 255) = 35.71%
R=34.15%
G=30.14%
B=35.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961732050.040.1600.20283.1224.2474.12
HexC4ADCD41001411b184a
Octal30425531542002443330112
Binary11000100101011011100110110010000010100100011011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ADCD; }

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

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

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

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

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

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

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

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