#C1ADCA

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

Shades of Prelude #C1ADCA

Tints of Prelude #C1ADCA

Color information

#C1ADCA (or 0xC1ADCA) is unknown color: approx Prelude. HEX triplet: C1, AD and CA. RGB value is (193,173,202). Sum of RGB (Red+Green+Blue) = 193+173+202=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: blue. Hex color #C1ADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ADCA is #3E5235. Grayscale: #B6B6B6. Windows color (decimal): -4084278 or 13282753. OLE color: 13282753.

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

Color convert

RGB193173202-
CMYK0.040.1400.21
HSL281.38º21.48%73.53%-
HSV(B)281.38º14.36%79.22%-
XYZ47.645.4962.15-
YUV182.29139.13135.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.98%
GREEN value IS 173 (67.97% from 255) = 30.46%
BLUE value IS 202 (79.30% from 255) = 35.56%
R=33.98%
G=30.46%
B=35.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1931732020.040.1400.21281.3821.4873.53
HexC1ADCA4E015119154a
Octal30125531241602543125112
Binary1100000110101101110010101001110010101100011001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ADCA; }

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

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

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

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

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

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

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

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