#C2ADCC

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

Shades of Prelude #C2ADCC

Tints of Prelude #C2ADCC

Color information

#C2ADCC (or 0xC2ADCC) is unknown color: approx Prelude. HEX triplet: C2, AD and CC. RGB value is (194,173,204). Sum of RGB (Red+Green+Blue) = 194+173+204=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 204 - color contains mainly: blue. Hex color #C2ADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADCC is #3D5233. Grayscale: #B6B6B6. Windows color (decimal): -4018740 or 13413826. OLE color: 13413826.

HSL color Cylindrical-coordinate representation of color #C2ADCC: hue angle of 280.65º degrees, saturation: 0.23, 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 #C2ADCC is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB194173204-
CMYK0.050.1500.2
HSL280.65º23.31%73.92%-
HSV(B)280.65º15.2%80%-
XYZ48.0945.7263.42-
YUV182.81139.96135.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.98%
GREEN value IS 173 (67.97% from 255) = 30.30%
BLUE value IS 204 (80.08% from 255) = 35.73%
R=33.98%
G=30.30%
B=35.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941732040.050.1500.2280.6523.3173.92
HexC2ADCC5F014119174a
Octal30225531451702443127112
Binary1100001010101101110011001011111010100100011001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ADCC; }

 p { color: rgb(194,173,204); }

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

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

 a { background-color: rgb(194,173,204); }

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

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

 span { border-color: rgb(194,173,204); }

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