#C4ADCA

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

Shades of Prelude #C4ADCA

Tints of Prelude #C4ADCA

Color information

#C4ADCA (or 0xC4ADCA) is unknown color: approx Prelude. HEX triplet: C4, AD and CA. RGB value is (196,173,202). Sum of RGB (Red+Green+Blue) = 196+173+202=571 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.33% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 202 - color contains mainly: blue. Hex color #C4ADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ADCA is #3B5235. Grayscale: #B7B7B7. Windows color (decimal): -3887670 or 13282756. OLE color: 13282756.

HSL color Cylindrical-coordinate representation of color #C4ADCA: hue angle of 287.59º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4ADCA is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB196173202-
CMYK0.030.1400.21
HSL287.59º21.48%73.53%-
HSV(B)287.59º14.36%79.22%-
XYZ48.3745.8962.18-
YUV183.18138.62137.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.33%
GREEN value IS 173 (67.97% from 255) = 30.30%
BLUE value IS 202 (79.30% from 255) = 35.38%
R=34.33%
G=30.30%
B=35.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1961732020.030.1400.21287.5921.4873.53
HexC4ADCA3E015120154a
Octal30425531231602544025112
Binary110001001010110111001010111110010101100100000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ADCA; }

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

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

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

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

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

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

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

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