#C1ADCC

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

Shades of Prelude #C1ADCC

Tints of Prelude #C1ADCC

Color information

#C1ADCC (or 0xC1ADCC) is unknown color: approx Prelude. HEX triplet: C1, AD and CC. RGB value is (193,173,204). Sum of RGB (Red+Green+Blue) = 193+173+204=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 204 - color contains mainly: blue. Hex color #C1ADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ADCC is #3E5233. Grayscale: #B6B6B6. Windows color (decimal): -4084276 or 13413825. OLE color: 13413825.

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

Color convert

RGB193173204-
CMYK0.050.1500.2
HSL278.71º23.31%73.92%-
HSV(B)278.71º15.2%80%-
XYZ47.8345.5863.4-
YUV182.51140.13135.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.86%
GREEN value IS 173 (67.97% from 255) = 30.35%
BLUE value IS 204 (80.08% from 255) = 35.79%
R=33.86%
G=30.35%
B=35.79%

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
Decimal1931732040.050.1500.2278.7123.3173.92
HexC1ADCC5F014117174a
Octal30125531451702442727112
Binary1100000110101101110011001011111010100100010111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ADCC; }

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

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

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

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

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

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

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

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