#C1AFCB

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

Shades of Prelude #C1AFCB

Tints of Prelude #C1AFCB

Color information

#C1AFCB (or 0xC1AFCB) is unknown color: approx Prelude. HEX triplet: C1, AF and CB. RGB value is (193,175,203). Sum of RGB (Red+Green+Blue) = 193+175+203=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 203 - color contains mainly: blue. Hex color #C1AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AFCB is #3E5034. Grayscale: #B7B7B7. Windows color (decimal): -4083765 or 13348801. OLE color: 13348801.

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

Color convert

RGB193175203-
CMYK0.050.1400.20
HSL278.57º21.21%74.12%-
HSV(B)278.57º13.79%79.61%-
XYZ48.146.3162.9-
YUV183.57138.96134.72-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.80%
GREEN value IS 175 (68.75% from 255) = 30.65%
BLUE value IS 203 (79.69% from 255) = 35.55%
R=33.80%
G=30.65%
B=35.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931752030.050.1400.20278.5721.2174.12
HexC1AFCB5E014117154a
Octal30125731351602442725112
Binary1100000110101111110010111011110010100100010111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AFCB; }

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

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

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

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

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

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

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

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