#C1ADCB

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

Shades of Prelude #C1ADCB

Tints of Prelude #C1ADCB

Color information

#C1ADCB (or 0xC1ADCB) is unknown color: approx Prelude. HEX triplet: C1, AD and CB. RGB value is (193,173,203). Sum of RGB (Red+Green+Blue) = 193+173+203=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 203 - color contains mainly: blue. Hex color #C1ADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ADCB is #3E5234. Grayscale: #B6B6B6. Windows color (decimal): -4084277 or 13348289. OLE color: 13348289.

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

Color convert

RGB193173203-
CMYK0.050.1500.20
HSL280º22.39%73.73%-
HSV(B)280º14.78%79.61%-
XYZ47.7245.5462.77-
YUV182.4139.63135.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.92%
GREEN value IS 173 (67.97% from 255) = 30.40%
BLUE value IS 203 (79.69% from 255) = 35.68%
R=33.92%
G=30.40%
B=35.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931732030.050.1500.2028022.3973.73
HexC1ADCB5F014118164a
Octal30125531351702443026112
Binary1100000110101101110010111011111010100100011000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ADCB; }

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

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

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

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

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

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

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

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